+ Reply to Thread
Results 1 to 2 of 2

How to Bypass #NA

  1. #1
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    How to Bypass #NA

    I have use below two formula's.


    HTML Code: 


    In above formula we have formated as "general".
    As per above formula if data not in listed then show as 0 (zero)
    Now i want in those column as blank instead of 0 (zero).

    HTML Code: 

    In above formula we have formated as "date"
    As per above formula if data not in listed then show as #NA
    Here i want in those column as blank instead of #NA.

    In view of the above can anyone solved my problem.
    Last edited by avk; 09-11-2010 at 04:57 PM. Reason: html not show clearly

  2. #2
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: How to Bypass #NA

    There are several ways of bypassing this kind of error. All these ways had been discussed before. Bu in any case I'll show you 4 of them
    First three formulas used in Excel 2003 and later
    1. =IF(ISERROR(YourFormula),"",YourFormula)
    2. If formula outputs are numbers only! =LOOKUP(99^99,CHOOSE({1,2},0,YourFormula))
    3. If formula output is text only =LOOKUP(REPT("z",255),CHOOSE({1,2},"",YourFormula))
    4. Excel 2007 or later =IFERROR(YourFormula,"")

    And for the future. Never wrap formulas or other codes into HTML tages. They becomes hard to read. Use CODE tags instead.
    Good Luck
    Last edited by contaminated; 09-11-2010 at 05:15 PM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

+ 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