+ Reply to Thread
Results 1 to 4 of 4

Thread: Index Match

  1. #1
    Registered User
    Join Date
    03-25-2010
    Location
    Tyler TX
    MS-Off Ver
    Excel 2007
    Posts
    5

    Index Match

    I'm new to using Index and Match, but couldn't make this work with vlookup.

    I am trying to pull into cell B4 on the labor tab, the number in column C of the data tab, based on what is in cell A1 of the labor model as well as cell A4 of the labor model. I've played with it enough to return a number instead of NA error, but it's the wrong number.

    Any help is greatly appreciated.
    Attached Files Attached Files
    Last edited by NBVC; 08-19-2010 at 04:46 PM.

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

    Re: Index Match

    You could do it with SUMIFS

    =SUMIFS(Data!C:C,Data!A:A,$A$1,Data!B:B,$A4)
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

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

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

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Forum Guru contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2010
    Posts
    1,342

    Re: Index Match

    Maybe this one in B4 of the Labor tab

    =SUMIF(OFFSET(Data!$A$1,MATCH($A$1,Data!$A:$A,0)-1,1,COUNTIF(Data!$A:$A,$A$1)),$A4,Data!$C:$C)
    Last edited by contaminated; 08-19-2010 at 03:47 PM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, «Born in USSR»
    Vusal M Dadashev

    Baku, Azerbaijan

  4. #4
    Registered User
    Join Date
    03-25-2010
    Location
    Tyler TX
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Index Match

    Wow, thank you both for the fast reply, and both answers worked. I really appreciate the help and wish I had posted you know, like several hours ago. Thanks again!

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