Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
An Error has Occurred during the Microsoft Excel 2007 installation Arvind Setting up and Configuration of Excel 0 January 8th 09 07:51 PM
Microsoft Visual Basic Error in Excel mack Excel Discussion (Misc queries) 0 August 24th 06 07:27 PM
Microsoft Excel import a webpage error Justloseit Excel Discussion (Misc queries) 0 March 7th 06 07:11 AM
Error using "IF" in Microsoft Excel Justin Excel Worksheet Functions 1 August 24th 05 11:31 AM
Microsoft Excel Error ForSale[_14_] Excel Programming 14 August 24th 04 10:28 PM


All times are GMT +1. The time now is 01:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"