search
Japanese Chinese Nederlands Espanol Italiano Deutsch Francais Twitter Rss Feeds
Office GroupsView
Excel
Excel Charting
Excel Crashesgpfs
Excel Misc
Excel Newusers
Excel Programming
Excel Setup
Excel Worksheet Functions
Office Communicator
Office Developer Automation
Office Developer Com Add_Ins
Office Developer Visual Basica
Office Misc
Office Setup
Office Templates Misc
Officeupdate
Onenote
Outlook
Outlook Bcm
Outlook Calendaring
Outlook Contacts
Outlook General
Outlook Installation
Outlook Program_Addins
Outlook Program_Forms
Outlook Program_Visual Basica
Outlookexpress General
Project
Project Developer
Project Server
Visio
Visio Developer
Visio General
Word Application Errors
Word Customization Menustoolbars
Word Drawing Graphics
Word Mailmerge Fields
Word Pagelayout
Word Programming
Word Tables
Word Visual Basica Beginners
Word Visual Basica Customization
Word Visual Basica General
Works Win

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Application Development
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft Excel Worksheet Functions Posts  Ask A New Question 

Excel formula using bookmark name: create click-link - 4mulafrea

Friday, February 22, 2008 3:23 PM

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
 

Let's say Ayn Rand's books start at A1000 and we have assigned the Name - GarysStuden

Friday, February 22, 2008 6:43 PM

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
reply

Previous Microsoft Excel Worksheet Functions conversation.