Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
An Error has Occurred during the Microsoft Excel 2007 installation | Setting up and Configuration of Excel | |||
Microsoft Visual Basic Error in Excel | Excel Discussion (Misc queries) | |||
Microsoft Excel import a webpage error | Excel Discussion (Misc queries) | |||
Error using "IF" in Microsoft Excel | Excel Worksheet Functions | |||
Microsoft Excel Error | Excel Programming |