+ Reply to Thread
Results 1 to 3 of 3

Lookup cell value across worksheets

  1. #1
    Registered User
    Join Date
    01-17-2006
    Posts
    21

    Lookup cell value across worksheets

    Hi,

    I have a series of worksheets named
    Data, 1, 2, 3, 4, 5, etc.

    The numbered worksheets each have a particular value in cell A1 that I wish to look up from the "Data" sheet. A cell in the "Data" sheet references the worksheet I wish to look at with the numbers 1, 2, 3, or 4, etc and then return the value from the corresponding sheet in cell A1. I need to be able to change the sheet name and the correct data appear.

    This would be similar to a lookup function, except that I need to look across sheets instead of just across rows/columns in one sheet.

    Is this possible to achieve using a formula??

    Thanks, Simon

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by simonhall
    Hi,

    I have a series of worksheets named
    Data, 1, 2, 3, 4, 5, etc.

    The numbered worksheets each have a particular value in cell A1 that I wish to look up from the "Data" sheet. A cell in the "Data" sheet references the worksheet I wish to look at with the numbers 1, 2, 3, or 4, etc and then return the value from the corresponding sheet in cell A1. I need to be able to change the sheet name and the correct data appear.

    This would be similar to a lookup function, except that I need to look across sheets instead of just across rows/columns in one sheet.

    Is this possible to achieve using a formula??

    Thanks, Simon
    I suppose that cell B5 in Data sheet contains sheet number.

    =INDIRECT(B5&"!"&"A1")

    when you will change sheet number in cell B5, this formula will fetch value from A1 of that particula sheet.

    Regards.

  3. #3
    Registered User
    Join Date
    01-17-2006
    Posts
    21
    Thanks,

    I can across the Indirect function and wasn't sure how to use it to my advantage. This will work excellently.

    Simon

+ 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