+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Linking to a cell in a Sheet using Tab Name on a Current Sheet

  1. #1
    Registered User
    Join Date
    10-03-2011
    Location
    New York, US
    MS-Off Ver
    Excel 2007
    Posts
    10

    Linking to a cell in a Sheet using Tab Name on a Current Sheet

    Hello All,

    I've always found answers to my Excel and other questions via research, however, this issue got me stuck...

    I've got a huge workbook with multiple data sheets and one summary sheet. What I need to be able to do is link summary to cells in individual data sheets using a list of those tab names which is located on the summary.

    Specifically: say my tab names are "summary", "apples", "oranges", "bananas" and so on. Right now, I have links on my summary such as ='Apples'!K1 and ='Oranges'!L1. I also have a list of tab names on my summary sheet:

    Apples (cellA1)
    Oranges(cell A2)
    etc

    I need to figure out if I can use the list of names rather than typing up tab names. Reason (tabs names are more complex than the fruit and there are lots of them)

    Thanks!

    Stan
    Last edited by ctac; 10-05-2011 at 12:37 PM. Reason: clarification

  2. #2
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: Linking to a cell in a Sheet using Tab Name on a Current Sheet

    Hi Stan;

    What you're looking for is the INDIRECT function. It's a bit wonky of a function that takes a little playing around with to understand how it works, but here's the best explanation I can give.

    If you have text within a cell, such as having Apples in A1, you can reference the text within the cell, and use it as a cell reference. What? Here's an example:

    Sheet1!A1 = Apples
    Apples!A1 = 6432

    So, if you're on Sheet1, and you type in the formula =Indirect(A1&"!A1"), the result would be 6432.

    Is that the functionality you were looking for?
    Going for Guru! Click the Star to the bottom left of this post if I helped!

  3. #3
    Registered User
    Join Date
    10-03-2011
    Location
    New York, US
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Linking to a cell in a Sheet using Tab Name on a Current Sheet

    Yes Miraun - thank you very very much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1