+ Reply to Thread
Results 1 to 3 of 3

Removing #N/A

  1. #1
    Registered User
    Join Date
    07-07-2009
    Location
    DC
    MS-Off Ver
    Excel 2003
    Posts
    3

    Removing #N/A

    Hi,

    I have a big excel file that uses a lot for Vlookup formulas. SOem fo these are returning #N/A.

    Now my problem is i have to use the output results populated in these cells for some other formulas and charts and hence i want to replace the existing #N/A 's with blanks.

    I can't rebuld the excel with IF (ISNUMBER(), Vlookup, "") method. And if i try to use Control + Replace it doesnt looks for the cell value rather it looks for the formula and hence doesnt finds #N/A's.

    If somebody has any idea on this then you help would be highly appreciated.

    Cheers,
    Gaurav

  2. #2
    Registered User
    Join Date
    07-07-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Removing #N/A

    you could recode everything with if(iserror(<cell>),leave blank,<cell>) as an extra column if you want it dynamic.

    If you want to manually and permanently delete errors (incl. the formula behind) then I use the following code:

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    07-07-2009
    Location
    DC
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Removing #N/A

    Hi,

    Thanks for the help. Recoding everything would be humangous task as lot of cells have different search scopes in Vlookup function.

    Also, i could not get your code. How do i pass input area to this macro. Can i use a button to directly run this macro and clean everytime i press the button?

+ 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