+ Reply to Thread
Results 1 to 5 of 5

if(isnumber(match

  1. #1
    Registered User
    Join Date
    12-26-2019
    Location
    Marshall Islands
    MS-Off Ver
    Excel 2019
    Posts
    20

    if(isnumber(match

    Hello, can you please help me with the formula in cell L1? It should read "OK" instead of "Review" since it meets the criteria in columns B and C. Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: if(isnumber(match

    How about..

    =IF(COUNTIFS(B:B,H1,C:C,I1),"OK","REVIEW")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,312

    Re: if(isnumber(match

    1. As written, it is an array fromula and needs to be set with CTRL-SHIFT-Enter.

    2. It is NOt a good idea to use array formulae with whole column (e.g. B:B) references. You are forcing excel to look at 1,000,000 rows. Do you REALLY have that number of rows? Use a sensible range. A slight variant of your formula:

    =IF(ISNUMBER(MATCH(1,INDEX(($B$1:$B$1000=H1)*($C$1:$C$1000=I1),0),0)),"OK","REVIEW")

    will do the same job, faster, and does NOT need to be set as an array formula.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    12-26-2019
    Location
    Marshall Islands
    MS-Off Ver
    Excel 2019
    Posts
    20

    Re: if(isnumber(match

    Thanks Glenn! Appreciate the additional feedback as well - I changed the range.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,312

    Re: if(isnumber(match

    You're welcome. But go with Ace XLs offering, if it works on your real sheet!



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. =if(isnumber(match
    By Lewis.Henderson88 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-09-2019, 05:39 AM
  2. [SOLVED] isnumber search match error
    By Neilesh Kumar in forum Excel General
    Replies: 5
    Last Post: 07-01-2018, 06:07 AM
  3. Index Match with nested isnumber
    By JamesArmitage in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-22-2016, 08:04 AM
  4. Help for If ISNUMBER MATCH function
    By PzSniper in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 09-24-2014, 10:54 PM
  5. [SOLVED] isnumber and match
    By wayneg in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-07-2013, 04:44 AM
  6. [SOLVED] Error with ISNUMBER Match
    By sinspawn56 in forum Excel General
    Replies: 2
    Last Post: 01-07-2013, 03:15 PM
  7. [SOLVED] problem with =isnumber(match(right(...
    By Luke in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 09-24-2005, 08: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