Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working with a spreadsheet with two tabs of 1,000 rows. I would like to
hyperlink from one to the other. I can install a hyperlink in row one, but when I try to copy and paste for the next 999 rows, the link stays up on row one instead of following down the the next rows. Is there a way of propogating a hyperlink down the page without having to enter manually enter it in each cell? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Don't
-- Don Guillett Microsoft MVP Excel SalesAid Software "Rooky228" wrote in message ... I am working with a spreadsheet with two tabs of 1,000 rows. I would like to hyperlink from one to the other. I can install a hyperlink in row one, but when I try to copy and paste for the next 999 rows, the link stays up on row one instead of following down the the next rows. Is there a way of propogating a hyperlink down the page without having to enter manually enter it in each cell? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Don,
Why not? "Don Guillett" wrote: Don't -- Don Guillett Microsoft MVP Excel SalesAid Software "Rooky228" wrote in message ... I am working with a spreadsheet with two tabs of 1,000 rows. I would like to hyperlink from one to the other. I can install a hyperlink in row one, but when I try to copy and paste for the next 999 rows, the link stays up on row one instead of following down the the next rows. Is there a way of propogating a hyperlink down the page without having to enter manually enter it in each cell? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use a Hyperlink formula in an adjacent column.
The following formula links to the cell in Column B of Sheet2 that is in the same row as the hyperlink formula. The formula can be filled down or up. =HYPERLINK("[TestBook.xls]Sheet2!B" & ROW(),"Click Me") -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Rooky228" wrote in message I am working with a spreadsheet with two tabs of 1,000 rows. I would like to hyperlink from one to the other. I can install a hyperlink in row one, but when I try to copy and paste for the next 999 rows, the link stays up on row one instead of following down the the next rows. Is there a way of propogating a hyperlink down the page without having to enter manually enter it in each cell? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jim, thank you! Works great.
"Jim Cone" wrote: Use a Hyperlink formula in an adjacent column. The following formula links to the cell in Column B of Sheet2 that is in the same row as the hyperlink formula. The formula can be filled down or up. =HYPERLINK("[TestBook.xls]Sheet2!B" & ROW(),"Click Me") -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Rooky228" wrote in message I am working with a spreadsheet with two tabs of 1,000 rows. I would like to hyperlink from one to the other. I can install a hyperlink in row one, but when I try to copy and paste for the next 999 rows, the link stays up on row one instead of following down the the next rows. Is there a way of propogating a hyperlink down the page without having to enter manually enter it in each cell? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't make hyperlink function work for hyperlink to website | Excel Worksheet Functions | |||
How do I create a hyperlink to a cell with the hyperlink function | Excel Worksheet Functions | |||
Moving rows with Hyperlink doesn't move hyperlink address | Excel Discussion (Misc queries) | |||
Hyperlink from one sheet to the hyperlink on another | Excel Discussion (Misc queries) | |||
Intra-workbook hyperlink: macro/function to return to hyperlink ce | Excel Discussion (Misc queries) |