Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I already used Insert, Name, Create, Left column, to automatically assign a
named cell location (i.e., bookmark) at first line only of each author's books in a tall alphabetic list of many authors and many books per author. This will be my GoTo spot. Now a separate worksheet acts like a master index -- it lists just authors names, which I want to make into clickable links, each going to first line of its own author's portion of the book list. I do NOT want to manually use the link wizard (Insert, Hyperlink) one at a time on each author's name, as there are many dozens of names. How can I use a formula to do this? I tried several ways with HYPERLINK, but so far could not make it work. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Let's say Ayn Rand's books start at A1000 and we have assigned the Name
Rand_Ayn to that cell. In column B we have a simple list of the authors, so in B1 we have Rand_Ayn. In C1 enter: =HYPERLINK("#" & B1,B1) This will produce a nice "clickable" link to cell A1000. This is a good example of setting up an internal hyperlink to a Named Range. -- Gary''s Student - gsnu200770 "4mula freak" wrote: I already used Insert, Name, Create, Left column, to automatically assign a named cell location (i.e., bookmark) at first line only of each author's books in a tall alphabetic list of many authors and many books per author. This will be my GoTo spot. Now a separate worksheet acts like a master index -- it lists just authors names, which I want to make into clickable links, each going to first line of its own author's portion of the book list. I do NOT want to manually use the link wizard (Insert, Hyperlink) one at a time on each author's name, as there are many dozens of names. How can I use a formula to do this? I tried several ways with HYPERLINK, but so far could not make it work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click on a word and have it link to another page | Excel Discussion (Misc queries) | |||
hyperlink from Excel to a Word bookmark | Excel Discussion (Misc queries) | |||
hyperlink in excel to a bookmark in a pdf | Excel Discussion (Misc queries) | |||
Excel: How do I set up a cell to click it to link a database? | Excel Discussion (Misc queries) | |||
Excel should allow "select all" and also "insert bookmark" as Wor. | Excel Worksheet Functions |