ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   return 0 for error value #N/A in microsoft excel? (https://www.excelbanter.com/excel-programming/310113-return-0-error-value-n-microsoft-excel.html)

jw_78

return 0 for error value #N/A in microsoft excel?
 
how to return result value 0 in a different cell for error value #N/A in
microsoft excel?while the result value for other cells containing numbers
return same numbers? all must be done in single command or function.

Jack Schitt

return 0 for error value #N/A in microsoft excel?
 
=IF(ISNA(expression),0,expression)

--
Return email address is not as DEEP as it appears
"jw_78" wrote in message
...
how to return result value 0 in a different cell for error value #N/A in
microsoft excel?while the result value for other cells containing numbers
return same numbers? all must be done in single command or function.




JE McGimpsey

return 0 for error value #N/A in microsoft excel?
 
One way:

=IF(ISNA(A1),0,A1)

In article ,
"jw_78" wrote:

how to return result value 0 in a different cell for error value #N/A in
microsoft excel?while the result value for other cells containing numbers
return same numbers? all must be done in single command or function.



All times are GMT +1. The time now is 05:38 PM.

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