+ Reply to Thread
Results 1 to 3 of 3

If AND statement for cells with #N/A

  1. #1
    Registered User
    Join Date
    02-22-2011
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    2

    If AND statement for cells with #N/A

    How do you make an if statement that identifies data that has "#N/A" in 2 seperate cells?

    So if both cells have that error (#N/A), how do I return "check" ?

    This is what I have in a formula for now.


    =if(and(isna(BB102), isna(BC102) "", "Check")

    And this does not work

    Also this does not work either.


    =IF(AND(BB102=#N/A, BC102=#N/A), "check", "")

    Any help would be greatly appreciated. Thanks!

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: If AND statement for cells with #N/A

    something like this

    you missed a comma and close parentheses here

    =IF(AND(isna(BB102), isna(BC102)),"","Check")

    change the underlined if not the requirement to ,"check,"")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    02-22-2011
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: If AND statement for cells with #N/A

    Thank you! Works perfectly!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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