+ Reply to Thread
Results 1 to 4 of 4

Question: How do I leave a cell blank if formula value is #N/A

Hybrid View

  1. #1
    Registered User
    Join Date
    01-14-2008
    Posts
    10

    Question: How do I leave a cell blank if formula value is #N/A

    This is what I have.

    I have created a drop down list of items I need to add. If the cell where my drop down is, is blank all the other cells that "auto-fill" show #N/A.

    How do I get those cells to just remain blank?

    I have tried the Conditional Formatting, like one would use if it was a "0" value, but that doesn't work....any suggestions?

    Thanks

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    You can revise your formula to include the ISNA condition and return a blank

    e.g. =IF(ISNA(your_formula),"",your_formula)

    or you can use conditional formatting to change the font colour to match the background colour...

    select cell and invoke Conditional Formatting...

    Select formula Is from 1st drop down and enter formula: =ISNA(A1) where A1 is cell with N/A result. Click format and choose font colour. Click ok twice to exit.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Links should help

    http://www.j-walk.com/ss/excel/usertips/tip010.htm

    http://www.contextures.com/xlCondFormat03.html#Errors


    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  4. #4
    Registered User
    Join Date
    01-14-2008
    Posts
    10
    Thanks it worked.

+ 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