Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to create a link from a certain cell, to a single work sheet in the
same file. Can't seem to find out how. Any Help? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Select the cell you want the link in. Go to InsertHyperlink. In the Edit Hyperlink box, select "Place in this document". You can then select the sheet you want to be directed to and the cell also. Type in the text that you want the hyperlink to display in the cell. Click OK. The hyperlink is now in your cell. Does that help? Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=515369 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Like a formula that returns the value in that other cell?
select the cell you want to link to. edit|copy select the cell getting the link edit|paste special|click paste link. You'll see a formula like: ='sheet 99'!b27 You may want to adjust the formula =if('sheet 99'!b27="","",'sheet 99'!b27) To avoid seeing 0's when the "sending" cell is empty. Justin Loreth wrote: I need to create a link from a certain cell, to a single work sheet in the same file. Can't seem to find out how. Any Help? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert & link a graphic file in Excel 2003 -- updatable pictures! | Excel Discussion (Misc queries) | |||
Links picking up values from an older version of linked file | Links and Linking in Excel | |||
auto file path update when excel sheet moved to another directory. | Excel Discussion (Misc queries) | |||
trying link row on one sheet into column on another sheet | Excel Worksheet Functions | |||
Hyperlink to specific sheet in Excel Web File | Links and Linking in Excel |