G Guest Feb 19, 2007 #1 I'm trying to hyperkling to another wrksht, display the data within the cell not wksht name with location.
I'm trying to hyperkling to another wrksht, display the data within the cell not wksht name with location.
D Dave Peterson Feb 19, 2007 #2 David McRitchie posted this and it might help you: =HYPERLINK("#"&CELL("address",C5),C5) =HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5) =HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)
David McRitchie posted this and it might help you: =HYPERLINK("#"&CELL("address",C5),C5) =HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5) =HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)