+ Reply to Thread
Results 1 to 2 of 2

Index-Match with mulitple worksheets

  1. #1
    Registered User
    Join Date
    10-19-2010
    Location
    Arlington, WA
    MS-Off Ver
    Excel 2013
    Posts
    40

    Index-Match with mulitple worksheets

    Here is what I have:
    Sheet1

    A3:A250 is a list of names.
    In Column C I want to return values based on their names, but also on the date (text month) listed in C1. The values are on Sheet2. The values in C1 will change each month, so it won't ever be looking at the same column on sheet2 for the value, since it is based on a moving month.

    Sheet2:
    Names are in column A (A2:A250).
    The values I want to return are listed horizontally for the people listed from columns B:M (so, B2:M250 would be the whole table). And the month in which I want to return a value for is listed in row 1, so B1:M1.

    I'm assuming this needs an Index,Match type formula but can't seem to remember how to do it based on both the person's name as well as match it to the month in row 1.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Index-Match with mulitple worksheets

    hi adamjohnson182, try to upload a sample excel file next time showing your data & the desired results. it helps us. you can try this in Sheet1 C3:
    =VLOOKUP(A3,Sheet2!$A$2:$M$5,MATCH(C$1,Sheet2!$A$1:$M$1,0),0)

    or using INDEX & MATCH:
    =INDEX(Sheet2!$B$2:$M$5,MATCH(A3,Sheet2!$A$2:$A$5,0),MATCH(C$1,Sheet2!$B$1:$M$1,0))
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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