+ Reply to Thread
Results 1 to 3 of 3

Thread: vlookup from multiple pages

  1. #1
    Valued Forum Contributor 00Able's Avatar
    Join Date
    11-17-2010
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    242

    vlookup from multiple pages

    I have a workbook with several worksheets, based on what month is located in cell A1, I want to vlookup certain items from that months worksheet. So if Jan is in cell A1, then I want the formula to look at sheet "Jan", if Feb is in cell A1, then I want the formulat to look at sheet "Feb"

    See the attachment...

    Test Lookup different page values.xlsx

    thanks in advance1
    Last edited by 00Able; 02-04-2012 at 09:54 PM.
    Providing Problems for Your Solutions
    STARS are my Punching Bag, You will be rewarded.

    In the rare event that I may help you, feel free to make me see STARS

  2. #2
    Valued Forum Contributor Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Excel 2007
    Posts
    685

    Re: vlookup from multiple pages

    As your sheets all follow the same structure, you can do it with a link using INDIRECT to select the sheet name. Put this in B2 of the M1 sheet:

    =INDIRECT("'"&A$1&"'!d"&ROW(B3))

    Then copy down to B7.

    Hope this helps.

    Pete

  3. #3
    Valued Forum Contributor 00Able's Avatar
    Join Date
    11-17-2010
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    242

    Re: vlookup from multiple pages

    Thank You so much...took me a few minutes to get it to work for my specific needs, but I understand the formula now. I have been looking for the answer all day! Thanks!
    Providing Problems for Your Solutions
    STARS are my Punching Bag, You will be rewarded.

    In the rare event that I may help you, feel free to make me see STARS

+ 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.2.0