ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Is there a way to write an equation that ignores cells that have . (https://www.excelbanter.com/excel-worksheet-functions/81427-there-way-write-equation-ignores-cells-have.html)

UTmike

Is there a way to write an equation that ignores cells that have .
 
I am trying to write an equation that will ignore cells that have a result
from a previous equation of #N/A. Or is there a way to write an equation
that if the answer is #N/A, the result will be zero.
Thanks.


Niek Otten

Is there a way to write an equation that ignores cells that have .
 
=IF(ISNA(YourFormula),0,YourFormula)

--
Kind regards,

Niek Otten

"UTmike" wrote in message ...
I am trying to write an equation that will ignore cells that have a result
from a previous equation of #N/A. Or is there a way to write an equation
that if the answer is #N/A, the result will be zero.
Thanks.




PH NEWS

Is there a way to write an equation that ignores cells that have .
 
one way

=IF(ISERROR((PUT YOUR EQUATION HERE))),"0",(PUT YOUR EQUATION HERE)))

"UTmike" wrote in message
...
I am trying to write an equation that will ignore cells that have a result
from a previous equation of #N/A. Or is there a way to write an equation
that if the answer is #N/A, the result will be zero.
Thanks.





All times are GMT +1. The time now is 12:22 AM.

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