+ Reply to Thread
Results 1 to 4 of 4

Vlookup + Index + Match to find value

  1. #1
    Registered User
    Join Date
    10-23-2018
    Location
    Antwerp
    MS-Off Ver
    Microsoft office standard 2013
    Posts
    21

    Vlookup + Index + Match to find value

    hello, I am looking to solve this problem which my be easier than I expect.

    I want to look up values ( foexample "META"and "OP1" to find the hours next to "OP1" so I can sum all of it at the end to get a total.

    Sheet : Informatics - in the Cell "J6" I have to get the sum of all the "OP 1" in the "META" column that can be found in sheet: JAN20

    Sheet : Informatics - in the Cell "K6" I have to get the sum of all the "OP 2" in the "META" column that can be found in sheet: JAN20

    and so forth and so on

    So I thought it would work with Vlookup and index and match, but it isnt.

    I put some pictures and the excel file to explain a little bit more.

    thanks in advance
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Vlookup + Index + Match to find value

    I would think a sumif would work for that unless I'm missing something, something like... =SUMIF('JAN 20'!$D$11:$D$40,J$5,'JAN 20'!$E$11:$E$40)
    you may want to adjust the locks so it could be dragged right, maybe like =SUMIF('JAN 20'!D$11:D$40,J$5,'JAN 20'!E$11:E$40) which will lock in the rows but not the columns.
    not sure what outcome you are looking for but from what I could tell this might be it.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    10-23-2018
    Location
    Antwerp
    MS-Off Ver
    Microsoft office standard 2013
    Posts
    21

    Re: Vlookup + Index + Match to find value

    Thats a good start, to solve the equation issue, thank you very much for that but how do I get it to look up for 'META' first as in the other spreadsheets it can be in another colum (the Yellow outline in the pictures). If I solve this I think the question is then solved.

    Thanks alot Sambo kid

  4. #4
    Registered User
    Join Date
    10-23-2018
    Location
    Antwerp
    MS-Off Ver
    Microsoft office standard 2013
    Posts
    21

    Re: Vlookup + Index + Match to find value

    I figured it out thanks to ou it was like this :

    =SUMIFS(INDEX('JAN 20'!$D$11:$U$40,0,MATCH($C$6,'JAN 20'!$D$9:$U$9)),'JAN 20'!$D$11:$D$40,Informatics!J5)

    Now I need figure out how to make it take in consideration every sheet instead of just JAN

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Vlookup/Match/Index to find multiple data for certain dates
    By laurtran in forum Excel General
    Replies: 6
    Last Post: 12-04-2019, 04:43 AM
  2. Help with index and match or vlookup to find data
    By mnsportsfan in forum Excel General
    Replies: 1
    Last Post: 12-21-2018, 02:10 AM
  3. Replies: 2
    Last Post: 07-03-2017, 10:09 AM
  4. Replies: 2
    Last Post: 06-21-2017, 02:14 PM
  5. Replies: 3
    Last Post: 02-28-2016, 02:56 PM
  6. Using VLOOKUP or INDEX-MATCH to find greater than value
    By awhitworth in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-18-2015, 03:18 AM
  7. find all cells that match and use in an index/vlookup
    By Adam Bell in forum Excel General
    Replies: 1
    Last Post: 10-21-2005, 02:05 PM

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