+ Reply to Thread
Results 1 to 5 of 5

=if(isnumber(match

  1. #1
    Registered User
    Join Date
    11-15-2016
    Location
    Aberdeen, Scotland
    MS-Off Ver
    2010
    Posts
    12

    =if(isnumber(match

    I want to return the value 'YES' where two different cells (Name & Year) match. The value should only pull through where a name has been assigned as 'YES' for certain years.

    Sheet1
    Name - column H
    Year - column C

    Sheet 2
    Name - column E
    Year - column A

    I was using the formula below however does not work. There are certain Names which should be 'YES' for two out of three years however formula returns 'YES' for all three years.

    =IF(AND(ISNUMBER(MATCH(H2,Sheet2!E:E,0)),ISNUMBER(MATCH(C2,Sheet2!A:A,0))),"YES","")

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,975

    Re: =if(isnumber(match

    Try:

    =IFERROR(IF(MATCH(H2,Sheet2!E:E,0)=MATCH(C2,Sheet2!A:A,0),"YES",""),"")

  3. #3
    Registered User
    Join Date
    11-15-2016
    Location
    Aberdeen, Scotland
    MS-Off Ver
    2010
    Posts
    12

    Re: =if(isnumber(match

    Thanks for your help.

    However when I try that all cells appear blank - zero 'YES' which is not the case.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,424

    Re: =if(isnumber(match

    I don't think I am seeing the whole issue.

    Please upload a workbook or a representative cut down copy, anonymised if necessary. It is always easier to advise if we can see your request in its context.

    Show a before and after situation with manually calculated results, explaining which information is data and which is results, and if it's not blindingly obvious how you have arrived at your results some explanatory notes as well.

    To attach a file to your post: (Please no pics or screenshots ... saves retyping data.),

    be sure to desensitize the data
    • click “Go Advanced” (next to Post Quick Reply – bottom right),
    • scroll down until you see “Manage Attachments”, click that,
    • click “Browse”.
    • select your file(s)
    • click “Upload”
    • click “Close window”
    • click “Submit Reply”
    The file name will appear at the bottom of your reply.
    Dave

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,956

    Re: =if(isnumber(match

    Administrative Note:
    Welcome to the forum
    We would very much like to help you with your query, however the thread title does not really convey what your request is about.
    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit.

    Please see Forum Rule #1 about proper thread titles and adjust accordingly...

    (note: this change is not optional No Help to be offered until this moderation request has been fulfilled)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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] Using ISNUMBER SEARCH with INDEX MATCH
    By Emile du Toit in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-15-2020, 08:54 AM
  2. ISNUMBER MATCH not working for CF Help Needed
    By Mr. Ervin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-21-2018, 12:20 PM
  3. [SOLVED] isnumber search match error
    By Neilesh Kumar in forum Excel General
    Replies: 5
    Last Post: 07-01-2018, 06:07 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