View Single Post
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheeton e!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)

Hari Prasadh wrote:

Hi,

I want to create a hyperlink to another WORKSHEET in the same workbook.

I wrote the following in Worksheet "Sheet1" and Cell A1 I wrote the
following =HYPERLINK('Input Sheet'!E13,"Hi")

Now, this cell A1 displays -Hi- and the font is blue color and it is
underlined. but when i click on the cell (mouse cursor changes to HAND ) am
not navigating to the --Input Sheet-- .What am I doing wrong ?

(Please note a sheet by the name -Input Sheet- exists.)

On the other hand If i make the hyperlink as =HYPERLINK("c:\q.xls", N10) --
then when i click on the cell am able to open the specified workbook.

Thanks a lot,
Hari
India


--

Dave Peterson