Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Randy
 
Posts: n/a
Default Hyperlink Woes - Please Help

In sheet 1 I have a column of project numbers, a column of project names, and
a column that might contain a "Y". Per this formula:

=IF($AD4="Y",HYPERLINK("#"&CELL("contents",'Dashbo ard Data'!I22),'Dashboard
Data'!J22),HLOOKUP("PROJECT_TITLE",TrackingGantt!$ A:$Z,MATCH($J4,TrackingGantt!$B:$B,FALSE),FALSE))

if there is a "Y" in the column then the project name field needs to be a
hyperlink created from sheet 2. I there is no "Y" then the project name is
pulled from a different sheet. The formula works fine as long as I have the
cell hard coded in it but I really need it to be a lookup based on the
project number in sheet 1 matching the project number in sheet 2 and then
pulling the refernce and friendly name from the array. How can I do this?

Thanks!

Randy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Randy
 
Posts: n/a
Default Hyperlink Woes - Please Help

Updated information - I made changes to my formula per my example. Each
individual function works correctly but the link location part of the
hyperlink gives me an invalid error (yet each part within it works properly).
Do I have the syntax wrong or is this just not possible to do?

=IF($AD4="Y",HYPERLINK("#"&CELL("contents",VLOOKUP ($J2,'Dashboard
Data'!$A$2:$J$96,9,FALSE)),VLOOKUP($J2,'Dashboard
Data'!$A$2:$J$96,10,FALSE)),HLOOKUP("PROJECT_TITLE ",TrackingGantt!$A:$Z,MATCH($J4,TrackingGantt!$B:$ B,FALSE),FALSE))

Thanks again!


"Randy" wrote:

In sheet 1 I have a column of project numbers, a column of project names, and
a column that might contain a "Y". Per this formula:

=IF($AD4="Y",HYPERLINK("#"&CELL("contents",'Dashbo ard Data'!I22),'Dashboard
Data'!J22),HLOOKUP("PROJECT_TITLE",TrackingGantt!$ A:$Z,MATCH($J4,TrackingGantt!$B:$B,FALSE),FALSE))

if there is a "Y" in the column then the project name field needs to be a
hyperlink created from sheet 2. I there is no "Y" then the project name is
pulled from a different sheet. The formula works fine as long as I have the
cell hard coded in it but I really need it to be a lookup based on the
project number in sheet 1 matching the project number in sheet 2 and then
pulling the refernce and friendly name from the array. How can I do this?

Thanks!

Randy

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
Hyperlink Woes - Please Help!! Randy Excel Worksheet Functions 0 June 26th 06 03:01 PM
sort excel spreadsheet with hyperlink jannkatt Excel Discussion (Misc queries) 0 June 13th 06 01:39 PM
answer to odd results when comparing hyperlink addresses Patricia Shannon Links and Linking in Excel 0 March 9th 06 07:28 PM
Using the Hyperlink Function and finding filenames Jeni Q Excel Worksheet Functions 0 September 20th 05 02:37 PM
Removing hyperlink Frank Marousek Excel Discussion (Misc queries) 3 January 12th 05 09:53 PM


All times are GMT +1. The time now is 12:11 AM.

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"