+ Reply to Thread
Results 1 to 4 of 4

Thread: #N/A

  1. #1
    Freddo
    Guest

    #N/A

    Is there any way you can change #N/A to show anything else eg No

  2. #2
    Peo Sjoblom
    Guest

    Re: #N/A

    =IF(ISNA(your_formula()),"No",your_formula))

    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com


    "Freddo" <Freddo@discussions.microsoft.com> wrote in message
    news:938EC22F-E9AC-42F9-9FBB-D886E01A510F@microsoft.com...
    > Is there any way you can change #N/A to show anything else eg No




  3. #3
    Hanr3
    Guest

    RE: #N/A

    Yes, depends on the formula. However in the false answer for most formulas
    put "" and it will leave the cell empty. I prefer to use "-". That way I know
    the formual is working.
    For example: IF(A2=3,"Yes","-")
    --
    Life is an adventure, are you living it?

    These are just my opinions, please feel free to correct them if they are
    wrong.


    "Freddo" wrote:

    > Is there any way you can change #N/A to show anything else eg No


  4. #4
    Kevin Vaughn
    Guest

    RE: #N/A

    If this formula returns #N/A:
    =VLOOKUP(A1, $A$4:$B$10,2,FALSE)
    Try changing it to this:
    =IF(ISNA(VLOOKUP(A1, $A$4:$B$10,2,FALSE)),"No", VLOOKUP(A1,
    $A$4:$B$10,2,FALSE))
    --
    Kevin Vaughn


    "Freddo" wrote:

    > Is there any way you can change #N/A to show anything else eg No


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.2.0