+ Reply to Thread
Results 1 to 2 of 2

IF(ISNUMBER(MATCH question

  1. #1
    Registered User
    Join Date
    02-10-2021
    Location
    Toronto, Canada
    MS-Off Ver
    365
    Posts
    1

    IF(ISNUMBER(MATCH question

    I am relatively new at using formulas. What I wanted to do was practice on IF formulas. As a test for myself I wanted to take a list of US Presidents in column A and a list of US Vice-Presidents in column B. My question was - how many vice-presidents became presidents.

    After trying it myself - with no luck - I came across the IF(ISNUMBER(MATCH formula and what I came up with was in cell C:

    IF(ISNUMBER(MATCH(B1:A:A,0),1,0)

    I then copied the formula down column C

    I got correctly 15 matches giving a value of 1.

    What I don't understand is - what is the 0 for after the A:A in my formula. Why won't it work if I just enter IF(ISNUMBER(MATCH(B1:A:A),1,0)

    I think I am missing something basic with the IF function - but would like some clarity.

    Thank you

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: IF(ISNUMBER(MATCH question

    I assume your formula is =IF(ISNUMBER(MATCH(B1,A:A,0),1,0)

    The Zero tells the match function to look for an exact match.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ 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. Parsing text using ISNUMBER and FIND
    By serge57 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-14-2020, 12:59 PM
  2. Index/Match or If/isnumber/search Question
    By S Thibault in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-13-2019, 01:19 AM
  3. Nestled IF(ISNumber(... forumla question
    By cbarth in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-04-2015, 12:39 PM
  4. [SOLVED] If, ISNUMBER, SEARCH Question! Help!
    By gonoles98 in forum Excel General
    Replies: 5
    Last Post: 08-08-2014, 12:51 PM
  5. IF(ISNumber) Question
    By mikera in forum Excel General
    Replies: 4
    Last Post: 01-28-2010, 04:05 PM
  6. If(isnumber(search question
    By Wskip49 in forum Excel General
    Replies: 2
    Last Post: 12-02-2009, 02:14 PM
  7. [SOLVED] IsNumber question
    By Patrick Simonds in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-09-2005, 02: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