ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Help with #N/A (https://www.excelbanter.com/excel-discussion-misc-queries/208973-help-n.html)

Al G

Help with #N/A
 
If I am adding a column that has an #N/A, it returns an #N/A. How can I get
it to work?

I used an if statement whe =if(+B5="#N/A",0,+B5)- it did not work.

Help.

Thanks.

Mike H

Help with #N/A
 
Try,

=IF(ISNA(B5),0,B5)

Mike

"Al G" wrote:

If I am adding a column that has an #N/A, it returns an #N/A. How can I get
it to work?

I used an if statement whe =if(+B5="#N/A",0,+B5)- it did not work.

Help.

Thanks.


Jon Peltier

Help with #N/A
 
First of all, remove the leading '+' signs.

Second, to test for #N/A, use ISNA():

=IF(ISNA(B5),0,B5)

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Al G" <Al wrote in message
...
If I am adding a column that has an #N/A, it returns an #N/A. How can I
get
it to work?

I used an if statement whe =if(+B5="#N/A",0,+B5)- it did not work.

Help.

Thanks.




Niek Otten

Help with #N/A
 
=IF(ISNA(B5),0,B5)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Al G" <Al wrote in message
...
If I am adding a column that has an #N/A, it returns an #N/A. How can I
get
it to work?

I used an if statement whe =if(+B5="#N/A",0,+B5)- it did not work.

Help.

Thanks.




All times are GMT +1. The time now is 07:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com