LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel
external usenet poster
 
Posts: 59
Default Creating hyperlinks

I have created a sort of Table of Contents of project names held
within row 3 of a worksheet. This I achieved by modifying an entry on
www.contextures.com (FN0006 - Extract List of Unique Items -- Use
formulas to extract unique items from a list. Based on an example from
Paul Cumbers), outputting the result using

=IF(MAX(NameCount)<ROW(1:1),"",HLOOKUP(ROW(1:1),Na meList,2))
..
..
..
=IF(MAX(NameCount)<ROW(22:22),"",HLOOKUP(ROW(22:22 ),NameList,2))

NameCount is defined as "=OFFSET(Demand!$Q$2,0,0,1,239)"
NameList is defined as "=OFFSET(Demand!$Q$2,0,0,2,239)"
UniqueNames is defined as"=OFFSET(Demand!$M$4,0,0,MAX(Demand!$Q2:$IV2),
1)" but is not required within my worksheet.

Row 3 contains Project Names, "Status", a variety of Status settings
(as defined in StatusTab) and blank cells
Row 2 contains the following formula
=IF(R3<"Status",IF(ISNA(VLOOKUP(R3,StatusTab,
2,FALSE)),IF(COUNTIF($Q3:R3,R3)=1,MAX($Q2:Q2)+1,"" ),""),"")

This provides me with the list of projects and ignores blank cells or
cells with data I'm not interested in.

What I would now like to do, when a user clicks on one of those cells
in the ToC, is take them to the location of the selected project in
the worksheet. I've looked at Hyperlinks and the =HYPERLINK, and
tried wrapping it into the above formula, but cannot get it to take me
to the appropriate cell on the worksheet.

Any and all suggestions gratefully received.

Regards
Fred

 
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
Self creating Hyperlinks HELP PLS Paul Excel Discussion (Misc queries) 3 February 6th 07 10:33 AM
creating hyperlinks to email crossroads Excel Discussion (Misc queries) 0 November 8th 06 02:28 AM
creating hyperlinks linking to other worksheets tope12 Excel Discussion (Misc queries) 1 March 2nd 06 07:15 PM
creating hyperlinks Archana Jain Excel Worksheet Functions 1 November 14th 05 04:56 AM
creating and moving hyperlinks - Please help!!!! hssmith Excel Worksheet Functions 0 September 16th 05 07:46 PM


All times are GMT +1. The time now is 01:28 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"