+ Reply to Thread
Results 1 to 4 of 4

Index and Match with multiple criteria and date

  1. #1
    Registered User
    Join Date
    05-23-2018
    Location
    Wales
    MS-Off Ver
    MS Office 2013
    Posts
    3

    Question Index and Match with multiple criteria and date

    Hey,

    New here so please bear with me!

    Unfortunately I'm not in a position to upload the document I'm working with however I'll try to explain the issue.

    =INDEX('PV Database'!S:S,MATCH(Main!B3,'PV Database'!E:E,0),MATCH(Main!C70,'PV Database'!O:O))

    That's the current formula whereby column S contains the % discount (what I'm looking for), B3 contains the item number which is in the PV database sheet E and then column C contains the date I'm looking for in the PV database column O.

    Hoping you can help! The issue is that when it's looking for the date (DD.MM.YYYY) it converts it to a number (even though formatted as a date) so returns with #REF error - how do I get around this?

    Thanks in advance.

  2. #2
    Registered User
    Join Date
    04-14-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: Index and Match with multiple criteria and date

    Please try of this

    =IFERROR(INDEX('PV Database'!S:S,MATCH(Main!B3,'PV Database'!E:E,0),1),"")

  3. #3
    Registered User
    Join Date
    05-23-2018
    Location
    Wales
    MS-Off Ver
    MS Office 2013
    Posts
    3

    Re: Index and Match with multiple criteria and date

    Thanks, but that's just taken the date criterion out completely which isn't what I wanted sorry. I need to keep it in there.

  4. #4
    Registered User
    Join Date
    04-14-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: Index and Match with multiple criteria and date

    can you please attached your file at least I want to see how you have arrange your data set

    regards,
    Rev12

+ 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] Index Match multiple criteria based on last date
    By Perk1961 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-23-2019, 06:46 AM
  2. [SOLVED] Index Match with multiple criteria and date criteria
    By snolem75 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2018, 03:51 PM
  3. Replies: 16
    Last Post: 01-05-2018, 11:04 PM
  4. [SOLVED] Sum Index Match Dates Between Multiple Date Criteria
    By garrett.grillo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-30-2014, 08:54 PM
  5. Index Match with Multiple Criteria One to Nearest Date
    By burningeagle in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-16-2014, 11:59 AM
  6. [SOLVED] Index Match equal to or less than date with multiple criteria
    By harrismlzn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-19-2014, 05:38 PM
  7. [SOLVED] Index match multiple criteria based on earliest date
    By dchubbock in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-28-2013, 07:18 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