+ Reply to Thread
Results 1 to 3 of 3

Not sure formula to use for INDEX MATCH or VLOOKUP Multiple criteria

  1. #1
    Registered User
    Join Date
    11-05-2018
    Location
    Shepperton, England
    MS-Off Ver
    Office 365
    Posts
    32

    Not sure formula to use for INDEX MATCH or VLOOKUP Multiple criteria

    Hi All,

    I'm really struggling with a a formula to pull in a certain sales value of a product, for a certain month - determined by a different month for each product, and pulled from potentially different columns on a different tab.

    I have attached a sample and hope to explain below:

    On Unit Sales Data Tab

    In column P I have highlighted in yellow - this is where the formula needs to lay.
    I would like this to return the answer £38 - which is taken using the date in Column C on the same tab, matching that date with the appropriate column in the Sales by Month Tab and then the product in Sales by Month.
    I have highlighted each of the fields in both tabs for reference.

    The problem is, the dates will change, so I can't work out how to select a date from one tab, then based on that date, determine which column from the other tab I need to pull the data from. I can do it manually, but that will make this a painstaking process to update.

    Is anyone able to help?
    Many thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Not sure formula to use for INDEX MATCH or VLOOKUP Multiple criteria

    Please try at P2 copy to AB7

    =INDEX('Sales by Month'!$C$2:$AA$7,MATCH($A2,'Sales by Month'!$A$2:$A$7,),MATCH(C2,'Sales by Month'!$C$1:$AA$1))

    I use proximate match for date, it should work for any date within same month.

  3. #3
    Registered User
    Join Date
    11-05-2018
    Location
    Shepperton, England
    MS-Off Ver
    Office 365
    Posts
    32

    Re: Not sure formula to use for INDEX MATCH or VLOOKUP Multiple criteria

    You're a star, thank you ever so much. Works perfectly.

+ 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 or INDEX+MATCH with multiple criteria
    By ojdidit84 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-15-2018, 12:28 PM
  2. [SOLVED] How to use vlookup or index match with multiple criteria
    By devawad in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-27-2018, 08:02 AM
  3. [SOLVED] VLOOKUP formula with multiple criteria (possibly INDEX/MATCH instead?)
    By Alphabex in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-03-2016, 04:09 AM
  4. Multiple criteria vlookup with INDEX and MATCH
    By Ljung in forum Excel General
    Replies: 5
    Last Post: 05-26-2016, 04:45 AM
  5. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  6. [SOLVED] Index, match, vlookup with multiple criteria
    By saniamarco in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-29-2012, 07:16 PM
  7. [SOLVED] VLOOKUP (multiple criteria) vs. INDEX and MATCH
    By B-dub in forum Excel General
    Replies: 3
    Last Post: 04-13-2012, 06:23 PM

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