Linking a cell to a tab within an Excel workbook

1

1

I'm using Microsoft Excel 2011. One of my workbooks contains a tab. I want that tab to open when I click a link. The link should be in a cell in the same workbook. How can I create such a link?

nick_name

Posted 2011-08-30T20:39:11.013

Reputation: 113

Can you explain you question more? – soandos – 2011-08-30T20:41:04.287

Answers

2

I don't have a Mac on which to test this but I believe the instructions here are what you need:

  1. Right click on the cell where the hyperlink should go and select Hyperlink from the popup menu.

    enter image description here

  2. Click on the Documents tab then the Locate button.

    enter image description here

  3. Enter the cell reference that the hyperlink should point to. Adjust the sheet name appropriately.

    enter image description here

    You should now see something like the following:

    enter image description here

  4. Enter the hyperlink text in the Display field.

    enter image description here

    You'll end up with something like this:

    enter image description here

Ellesa

Posted 2011-08-30T20:39:11.013

Reputation: 9 729

0

=SheetName!CellReference

Example: =Sheet1!A1
This would link whatever cell you type this in to cell A1 on Sheet1, assuming your workbook has a Sheet1.

Xantec

Posted 2011-08-30T20:39:11.013

Reputation: 2 303

Is it possible to have text in the cell + the link? – nick_name – 2011-08-30T20:51:23.957

Actually, this is not what I'm looking for. I want the tab to open when I click the link. – nick_name – 2011-08-30T20:55:20.987