+ Reply to Thread
Results 1 to 6 of 6

Find #N/A and replace it

  1. #1
    Registered User
    Join Date
    06-04-2008
    Posts
    2

    Find #N/A and replace it

    Hi. I have a table of about 25 columns and 250 rows of data, wich is the result of various formulas like vlookup. I need to find and replace the #N/A output of the formulas for a blank space, i need nothing to appear in those celds. When using the find function i cant get it to work, of course, isnce is the output of the formula. I cant also copy and paste as especial (values only) so i can do this, since i need the formulas to stay.

    Plz i need your help!

    Thanks in advance to all of you!

    Paulo

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    The best way to fix that is to amend your formulas to not show the #N/A in the first place.

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

    The ISNA() function returns TRUE if the result of your formula is #N/A.. and therefore you can get it to return a null space instead.
    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 Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    There might be a way with VBA but without it, you'll need to amend all your formulas to begin with
    Please Login or Register  to view this content.
    You might also, by column, do an autofilter on #NA and then replace all of those using control Enter.

    ChemistB

  4. #4
    Registered User
    Join Date
    06-04-2008
    Posts
    2

    how to

    Hi! how can i make it doesnt put anything on the celd? because if i put a "" it will then not add the celd with another...

    Im doing the ISBLANK funtion to check out if the celds in which the ISNA function comes true, and it turns FALSE, so they are not blank.

    Sorry for all the hassle,

    Thanks in advance!
    Last edited by paulo_bajasaeus; 06-04-2008 at 05:54 PM.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Instead of using ISBLANK() function... Say, =""

    e..g instead of =Isblank(A1) use =A1=""

  6. #6
    Registered User
    Join Date
    06-04-2008
    Posts
    7
    I'm new to Excel and the like, so this might not be what you need, but there is a way of making it appear like the cells are blank.

    If you highlight the first cell in a column you want to change, go to

    Format -> Conditional Formatting -> Formula Is

    =ISERROR(Cell#)

    delete the $

    and Format -> change the background colour to white.

    Copy formatting across cells

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Multiple Find and Replace to replace a list of strings
    By WalterP34 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-11-2011, 07:41 PM
  2. Find & Replace
    By francois.timms in forum Excel General
    Replies: 2
    Last Post: 11-30-2007, 06:21 AM
  3. Find and Replace
    By knowtrump in forum Excel General
    Replies: 1
    Last Post: 08-28-2007, 03:40 PM
  4. Find and Replace Macros
    By Rclegg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-17-2007, 05:27 PM
  5. Find and Replace difficulties
    By pinny in forum Excel General
    Replies: 3
    Last Post: 01-05-2007, 09:05 AM

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