Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jasonlindner
 
Posts: n/a
Default Hyperlinks and Named Ranges

I have a formula that currently checks a state abbreviation against a table.
If a certain value is retreived, a hyperlink is shown. How can I have the
hyperlink go to a named location within a separate file, based on the state
abbreviation used in the VLOOKUP command??

=IF(VLOOKUP(E53,EnergyCalcs,2,FALSE)="See
JURISDICTIONS",HYPERLINK("C:\EnergyCodes\FullJuris .xls","See Energy
Codes"),VLOOKUP(E53,EnergyCalcs,2,FALSE))

Thanks!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default Hyperlinks and Named Ranges

If you want the file to open with the cursor at cell F10 in sheet
"Energy", for example, you can amend your formula as follows:

=IF(VLOOKUP(E53,EnergyCalcs,2,FALSE)="See
JURISDICTIONS",HYPERLINK("[C:\EnergyCodes\FullJuris.xls]Energy!F10","See
Energy
Codes"),VLOOKUP(E53,EnergyCalcs,2,FALSE))

i.e. include the sheet name and cell in the path and put square
brackets around the file name.

Hope this helps.

Pete

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to open a spreadsheet on a named sheet from a hyperlink? Paul Links and Linking in Excel 1 December 3rd 05 03:55 AM
Hyperlinks to pull up PDF files Dar Excel Discussion (Misc queries) 5 August 25th 05 06:49 PM
Using Hyperlinks PeterG Excel Discussion (Misc queries) 3 June 17th 05 04:24 PM
can't move a named cell without breaking a hyperlink to that cell Snakeye Links and Linking in Excel 3 January 26th 05 11:57 PM
Excel 2003 and hyperlinks Maxy007 New Users to Excel 1 January 16th 05 01:55 PM


All times are GMT +1. The time now is 04:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"