+ Reply to Thread
Results 1 to 3 of 3

How to fit in Exact Match into an Index and Match formula that contains Isnumber

  1. #1
    Registered User
    Join Date
    10-19-2021
    Location
    london
    MS-Off Ver
    2021
    Posts
    8

    How to fit in Exact Match into an Index and Match formula that contains Isnumber

    Hi,

    I am creating a sales mix for my workplace using excel. Something that i can just dumb the data into and get excel to do the work.

    Its gotten to the part where it now need to ensure that the exact name of the menu item needs to be categorised.

    Example:

    I have categories specific items as deserts.

    Baklava is the menu item we sell however i have Baklava AMEN which is what we use to give it as an amenity. I need it where it only picks up the first and not the later. Using the below formula i am able to get it working but i need to fit in Exact
    formula into it.

    =IFERROR(INDEX($N$5:$N$271,MATCH(TRUE,ISNUMBER(SEARCH($O$5:$O$271,A34)),0)),"")
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-06-2013
    Location
    Germany
    MS-Off Ver
    365
    Posts
    490

    Re: How to fit in Exact Match into an Index and Match formula that contains Isnumber

    Hmm, I think your INDEX/MATCH formula is simply upside down.
    You may have mixed up the search and within arguments/ranges.

    I think what you're looking at is: =IFERROR(INDEX($N$5:$N$271,MATCH(TRUE,EXACT(A6,$O$5:$O$271),)),"")

    btw - your column I is formatted as text which also causes some issues.
    You may also wish to revisit your column S formulas: they're not exact matches and therefore likely producing incorrect results, such as #17.

    Regards

  3. #3
    Registered User
    Join Date
    10-19-2021
    Location
    london
    MS-Off Ver
    2021
    Posts
    8

    Re: How to fit in Exact Match into an Index and Match formula that contains Isnumber

    Quote Originally Posted by RaulSerg View Post
    Hmm, I think your INDEX/MATCH formula is simply upside down.
    You may have mixed up the search and within arguments/ranges.

    I think what you're looking at is: =IFERROR(INDEX($N$5:$N$271,MATCH(TRUE,EXACT(A6,$O$5:$O$271),)),"")

    btw - your column I is formatted as text which also causes some issues.
    You may also wish to revisit your column S formulas: they're not exact matches and therefore likely producing incorrect results, such as #17.

    Regards
    WOW many thanks for your help. Its done the trick.

    i just need to fix my ranking so that it doesnt give me duplicates but instead gets me the next rank. just need to find the correct formula for that.

+ 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. Replies: 6
    Last Post: 05-22-2019, 11:29 PM
  2. [SOLVED] Index/Match with 2 match columns, non-exact match
    By c1t in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-25-2019, 08:23 AM
  3. [SOLVED] Formula containing index match isnumber and search with a few Ifs thrown in, not working
    By SueBristow in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-21-2018, 05:23 AM
  4. [SOLVED] Exact match for =if(isnumber(find ???
    By anabanana253 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 02-19-2018, 11:16 AM
  5. IF ISNUMBER SEARCH AND ISERROR VLOOKUP INDEX MATCH in formula - out of my depth ;)
    By Emile du Toit in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2016, 07:29 AM
  6. Replies: 3
    Last Post: 06-17-2013, 12:37 PM
  7. [SOLVED] Index & Match returning incorrect value. Arrays fixed and exact match used.
    By SDes in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-07-2012, 08:29 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