+ Reply to Thread
Results 1 to 6 of 6

Match Index from Data sheet to Individual Sheet

  1. #1
    Registered User
    Join Date
    03-04-2010
    Location
    Wisconsin
    MS-Off Ver
    Excel 2007, Excel 2010, Excel 2003
    Posts
    87

    Match Index from Data sheet to Individual Sheet

    Hello Master Gurus
    I am requesting assistance with this formula because my brain can't seem to figure it out and so I look to you for help.
    I have a data sheet set up where the action performed is by columns and the subject number is by row. The individual sheets that represents 1 sheet per subject number. ie subject #1 information will go to "Subj Reimbursement (1)" tab where the actions are in Row format.

    On the individual sheets I want to look up the Subject line # (Cell D1) match it to the # in Cells A44 thru A69 AND then look at the action [ Cells A10 thru A19 Subject Reimbursement tabs and Cells C42 thru L42] and place whatever value is in that intersection.

    I have attached the file because I am not sure if I am explaining clearly enough. I did this once before and can't locate the formula.

    Thank you for any help with this problem.
    Attached Files Attached Files
    Last edited by dawnmau; 06-21-2010 at 02:50 PM.
    Dawn - Guru in Training

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Match Index from Data sheet to Individual Sheet

    Try:

    =VLOOKUP(D1,'Study Site Data Sheet'!$A$44:$L$69,ROWS($A$1:$A3))

    copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-04-2010
    Location
    Wisconsin
    MS-Off Ver
    Excel 2007, Excel 2010, Excel 2003
    Posts
    87

    Re: Match Index from Data sheet to Individual Sheet

    It doesn't seem to bring in the value I am looking for. If I use the Example line for 1 (A44) on the Study Site Data Sheet, the value for Unit Days on Subj Reimbusement (1) should be 2, OPVs =1 and Wash out > 10 Days but < 15 Days = 1. I am unclear how to get the numbers to populate. Where you state ROWS($A$1:$A$3) the logic is not clear. ie I am not getting what the purpose of that part of the function is suppose to perform.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Match Index from Data sheet to Individual Sheet

    Isn't D1 (1) supposed to match up to A44 in your sample and return stuff in corresponding row where column. The 2 and 0's, etc are in row 43 where you have EXAMPPLE in A43

    If you want INDEX/MATCH version:

    =INDEX('Study Site Data Sheet'!$C$44:$L$69,MATCH($D$1,'Study Site Data Sheet'!$A$44:$A$68),MATCH(A10,'Study Site Data Sheet'!$C$42:$L$42,0))

    copied down.

    The ROWS($A$1:$A3) is used to increment the number starting at 3 as you copy down, so the VLOOKUP() references the corresponding column number as you copy down.

  5. #5
    Registered User
    Join Date
    03-04-2010
    Location
    Wisconsin
    MS-Off Ver
    Excel 2007, Excel 2010, Excel 2003
    Posts
    87

    Re: Match Index from Data sheet to Individual Sheet

    The Index/Match version was what I was looking for. Thanks so much for your help.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Match Index from Data sheet to Individual Sheet

    It should still give the same result as the Vlookup, though.

+ 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