+ Reply to Thread
Results 1 to 5 of 5

If statement on cell with #N/A

  1. #1
    Forum Contributor
    Join Date
    04-27-2006
    Location
    Cayman Islands
    Posts
    379

    If statement on cell with #N/A

    I have a cell that returns a value #N/A if information is not available, I need to do an If statement to see if this cell has #N/A in it, but if I do =IF(A1="#N/A","TRUE","FALSE") it doesn't work. Any ideas?

  2. #2
    Bondi
    Guest

    Re: If statement on cell with #N/A



    Hi Chris,

    Maybe you can use something like:

    =IF(ISNA(A1),"TRUE","FALSE")

    Regards,
    Bondi


  3. #3
    Stefi
    Guest

    RE: If statement on cell with #N/A

    Try =ISNA(A1)

    Regards,
    Stefi

    „ChrisMattock” ezt *rta:

    >
    > I have a cell that returns a value #N/A if information is not available,
    > I need to do an If statement to see if this cell has #N/A in it, but if
    > I do =IF(A1="#N/A","TRUE","FALSE") it doesn't work. Any ideas?
    >
    >
    > --
    > ChrisMattock
    > ------------------------------------------------------------------------
    > ChrisMattock's Profile: http://www.excelforum.com/member.php...o&userid=33912
    > View this thread: http://www.excelforum.com/showthread...hreadid=556375
    >
    >


  4. #4
    Forum Contributor
    Join Date
    04-27-2006
    Location
    Cayman Islands
    Posts
    379
    That's perfect guys, thanks.

  5. #5
    Stefi
    Guest

    Re: If statement on cell with #N/A

    You are welcome! Thanks for the feedback!
    Stefi


    „ChrisMattock” ezt *rta:

    >
    > That's perfect guys, thanks.
    >
    >
    > --
    > ChrisMattock
    > ------------------------------------------------------------------------
    > ChrisMattock's Profile: http://www.excelforum.com/member.php...o&userid=33912
    > View this thread: http://www.excelforum.com/showthread...hreadid=556375
    >
    >


+ 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