David has a series of worksheets in a workbook with the first worksheet containing an index to the other worksheets. The index shows all players in a competition. Each of the other worksheets contains the players in a single team. When David clicks on a player name in the index worksheet, Excel displays the team worksheet on which the player's name appears. The player could be anywhere on the worksheet, so David is looking for a way to jump right to the name, instead of just to the worksheet.
One way to do this would be to use defined names for your players. Go to the worksheet containing the player's name (the team worksheet) and select the player. Click on Insert | Name | Define to display the Define Name dialog box.
The player's name should already appear in the Names in Workbook box, so all you need to do is click OK. This adds a defined name that is equivalent to the player's name. You need to do this for each of the players on the team.
Now, return to the index worksheet and select a cell containing a player's name. Set up a hyperlink to the defined name by following these steps:
Repeat these four steps for each of the names you've listed in the index worksheet. Now, when you click one of the hyperlinked names, the team worksheet is displayed and the players name is automatically selected.
Another advantage of this approach is that it is possible for a person to jump to a player's name without the need to display the index worksheet. All a person has to do is press F5, which displays the Go To dialog box. This provides a list of all the defined names (the players) in the workbook. Select a player's name and click OK, and you jump right to that player on whatever team worksheet is appropriate.
It is possible to develop indexes without using the hyperlinks, but such an approach involves the development of macros that would respond to a click on an index name and then start searching through the cells in the workbook to find a matching name. Such an approach is probably beyond the scope of what is required for this tip.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (3083) applies to Microsoft Excel 2000, 2002, and 2003.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
Converting a single URL into a hyperlink is easy. Converting hundreds or thousands can be much harder if you have to rely ...
Discover MoreExcel will cheerfully keep track of all sorts of hyperlinks for you. If you want to change the hyperlink in some way, ...
Discover MoreGot a bunch of hyperlinks you need to get rid of? Here's a handy (and simple) macro that can do the task for you.
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments