+ Reply to Thread
Results 1 to 3 of 3

how to get rid of #N/A

  1. #1
    Registered User
    Join Date
    09-14-2005
    Posts
    8

    Smile how to get rid of #N/A

    Hi all

    I have a formula, due to unmatch data from another table, some cell has "#N/A" show up, how could I replace #N/A with [nothing ""] in the cell?

    I try to use the if function, such as
    =IF(A1="#N/A","",A1)
    However, if the A1 is #N/A ... is still show up as #N/A .

    Can anyone help me .... thanks for yr help!

  2. #2
    Bob Phillips
    Guest

    Re: how to get rid of #N/A

    Try

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

    --
    HTH

    Bob Phillips

    "vitality" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi all
    >
    > I have a formula, due to unmatch data from another table, some cell has
    > "#N/A" show up, how could I replace #N/A with [nothing ""] in the cell?
    >
    > I try to use the if function, such as
    > =IF(A1="#N/A","",A1)
    > However, if the A1 is #N/A ... is still show up as #N/A .
    >
    > Can anyone help me .... thanks for yr help!
    >
    >
    > --
    > vitality
    > ------------------------------------------------------------------------
    > vitality's Profile:

    http://www.excelforum.com/member.php...o&userid=27267
    > View this thread: http://www.excelforum.com/showthread...hreadid=467807
    >




  3. #3
    Registered User
    Join Date
    09-14-2005
    Posts
    8
    It did work!
    Thanks.

+ 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