ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   #NAME? and other results. (https://www.excelbanter.com/excel-discussion-misc-queries/151128-name-other-results.html)

Narendra Boga[_2_]

#NAME? and other results.
 
hi all...

I have been working with various functions in Excel. If any function fails
to retrive the result, the cell displays #NAME? or #N/A. or something
denotes Error.

But I need "0" display instead of the above error messages. When a Function
fails or not correct the funtion the cell should display "0"(zero).

Have any setting??..

please help me..

Thanks
Narendra


Peo Sjoblom

#NAME? and other results.
 
Name errors are not from failing to find a result, it's either bad spelling
or using add-ins or UDF functions without having installed them

N/A errors however can be fixed like

=IF(ISNA(lookup()),0,lookup())



--

Regards,

Peo Sjoblom
"Narendra Boga" wrote in message
...
hi all...

I have been working with various functions in Excel. If any function
fails
to retrive the result, the cell displays #NAME? or #N/A. or something
denotes Error.

But I need "0" display instead of the above error messages. When a
Function
fails or not correct the funtion the cell should display "0"(zero).

Have any setting??..

please help me..

Thanks
Narendra




OssieMac

#NAME? and other results.
 
Lookup iferror function in help. An example is:-

=4/0 will return #DIV/0!

Put in as =IFERROR(4/0,0) returns 0

Regards,

OssieMac

"Narendra Boga" wrote:

hi all...

I have been working with various functions in Excel. If any function fails
to retrive the result, the cell displays #NAME? or #N/A. or something
denotes Error.

But I need "0" display instead of the above error messages. When a Function
fails or not correct the funtion the cell should display "0"(zero).

Have any setting??..

please help me..

Thanks
Narendra


daddylonglegs

#NAME? and other results.
 
Note: IFERROR function is only available in Excel 2007, otherwise you need to
use ISNA as Peo suggests, or ISERROR/ISERR

"OssieMac" wrote:

Lookup iferror function in help. An example is:-

=4/0 will return #DIV/0!

Put in as =IFERROR(4/0,0) returns 0

Regards,

OssieMac

"Narendra Boga" wrote:

hi all...

I have been working with various functions in Excel. If any function fails
to retrive the result, the cell displays #NAME? or #N/A. or something
denotes Error.

But I need "0" display instead of the above error messages. When a Function
fails or not correct the funtion the cell should display "0"(zero).

Have any setting??..

please help me..

Thanks
Narendra



All times are GMT +1. The time now is 07:41 AM.

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