hyperlinking files

F

fullymooned

I need to hyperlink a cell to another excel file. However instead o
merely hyperlinking I need to link it to a particular tab in the file.

Workbook1.xls#Sheet1!A5 doesnt work it says refecence is not valid


Thank yo
 
D

Dave Peterson

How about one of these that David McRitchie has posted:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

hyperlinking files 2
hyperlinking files 3
Hyperlinking to documents in Excel 2
Copy and paste the hyperlinks 1
Hyperlink Copy Error 6
Hyperlinking multiple files 1
Hyperlinking Cells 3
MS Access 4

Top