+ Reply to Thread
Results 1 to 6 of 6

Help with combining Index Match and VLookup

  1. #1
    Registered User
    Join Date
    03-30-2016
    Location
    Georgia
    MS-Off Ver
    ms office 2010
    Posts
    55

    Help with combining Index Match and VLookup

    Hello guys I have data like this
    Transaction # Date Particulars Amount
    12 1/20/2016 Rohan 58,280
    Need to find value based on name transaction number and date
    Rohan
    12 1/20/2016 Value

    I was thinking about vlookups but could not figured out how to do it . I dont want to use array functions as it will slow down my file. I have big data.
    Help me with that if possible to do it with index match and vlookup or if you have better ideas would be appreciated
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,889

    Re: Help with combining Index Match and VLookup

    You could try this:

    =SUMPRODUCT(($A$2:$A$13=$G3)*($B$2:$B$13=$H3)*($C$2:$C$13=I$2),$D$2:$D$13)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Help with combining Index Match and VLookup

    Quote Originally Posted by AliGW View Post
    You could try this:

    =SUMPRODUCT(($A$2:$A$13=$G3)*($B$2:$B$13=$H3)*($C$2:$C$13=I$2),$D$2:$D$13)
    SUMIFS would be more efficient:

    =SUMIFS($D$2:$D$13,$A$2:$A$13,$G3,$B$2:$B$13,$H3,$C$2:$C$13,I$2)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Help with combining Index Match and VLookup

    Or try a pivot table
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  5. #5
    Registered User
    Join Date
    03-30-2016
    Location
    Georgia
    MS-Off Ver
    ms office 2010
    Posts
    55

    Re: Help with combining Index Match and VLookup

    thank you guys so much , I haven't slept for around 40 hours and my brain stopped working. perfect solutions . thank you

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Help with combining Index Match and VLookup

    You're welcome. We appreciate the feedback!

+ 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] Combining 2 Index Match functions!
    By Hellion in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-29-2016, 04:34 AM
  2. Combining IF with INDEX and MATCH
    By Motox in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-12-2016, 04:00 AM
  3. Combining IF and Index Match
    By csnyder10 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-29-2016, 03:16 AM
  4. [SOLVED] Combining INDEX and MATCH with MAX
    By jcswaby in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-12-2016, 10:35 AM
  5. [SOLVED] Combining 3 Formulas: Return all Names that Match Criteria Using Index/Match
    By bchilme in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-29-2014, 09:28 AM
  6. index, match, vlookup, array ....combining all these?
    By hog77 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-05-2012, 12:29 PM
  7. Combining Index & Match Functions
    By bmc1975 in forum Excel General
    Replies: 7
    Last Post: 10-28-2010, 11:04 AM

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