Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / January 2008

Tip: Looking for answers? Try searching our database.

Removing #N/A from formula results

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Holly - 18 Jan 2008 01:15 GMT
Hi All,

Is there a way to remove #N/A as a result from a formula, for example to
return a blank or zero result instead?
Signature

Cheers,
Holly

CLR - 18 Jan 2008 01:21 GMT
Wrap your formula in an IF statement.....

=IF(ISNA(YourFormula),"",YourFormula)

Vaya con Dios,
Chuck, CABGx3

> Hi All,
>
[quoted text clipped - 3 lines]
> Cheers,
> Holly
Holly - 18 Jan 2008 01:28 GMT
My Formula is a v lookup as follows:

=VLOOKUP(D223,Cashflow!P:R,3,FALSE)
Signature

Cheers,
Holly

> Wrap your formula in an IF statement.....
>
[quoted text clipped - 10 lines]
> > Cheers,
> > Holly
Pete_UK - 18 Jan 2008 01:34 GMT
Then change it to this:

=IF(ISNA(VLOOKUP(D223,Cashflow!P:R,3,FALSE)),"",VLOOKUP(D223,Cashflow!
P:R,3,FALSE))

Hope this helps.

Pete

> My Formula is a v lookup as follows:
>
[quoted text clipped - 19 lines]
>
> - Show quoted text -
Pete_UK - 18 Jan 2008 01:26 GMT
Something along these lines:

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

This returns a blank instead of #N/A - change the "" to 0 if you
prefer a zero.

Hope this helps.

Pete

> Hi All,
>
[quoted text clipped - 3 lines]
> Cheers,
> Holly
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.