ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   hide the #N/A error (https://www.excelbanter.com/excel-discussion-misc-queries/161938-hide-n-error.html)

SheriTingle

hide the #N/A error
 
Hi and thanks for the help. I have some calculations that show the #N/A error
because the value to correct the error will be added in the future. For now I
do not want the #N/A error visible. I know how to use conditional formatting
to make it disappear and I know how to use the =if(iserror()) method. BUT
someone showed me a formula that nested some type of NA function that took
care of the problem quite easily. I just can't remember what it is. Any
ideas? This is for version 2003. : ) THANKS

Peo Sjoblom

hide the #N/A error
 
=IF(ISNA(your_formula),"",your_formula)



--


Regards,


Peo Sjoblom


"SheriTingle" wrote in message
...
Hi and thanks for the help. I have some calculations that show the #N/A
error
because the value to correct the error will be added in the future. For
now I
do not want the #N/A error visible. I know how to use conditional
formatting
to make it disappear and I know how to use the =if(iserror()) method. BUT
someone showed me a formula that nested some type of NA function that took
care of the problem quite easily. I just can't remember what it is. Any
ideas? This is for version 2003. : ) THANKS




Excel_Learner

hide the #N/A error
 
if(iserror(your_formula), "", your_formula)

"Peo Sjoblom" wrote:

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



--


Regards,


Peo Sjoblom


"SheriTingle" wrote in message
...
Hi and thanks for the help. I have some calculations that show the #N/A
error
because the value to correct the error will be added in the future. For
now I
do not want the #N/A error visible. I know how to use conditional
formatting
to make it disappear and I know how to use the =if(iserror()) method. BUT
someone showed me a formula that nested some type of NA function that took
care of the problem quite easily. I just can't remember what it is. Any
ideas? This is for version 2003. : ) THANKS






All times are GMT +1. The time now is 03:00 PM.

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