ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   N/A Error (https://www.excelbanter.com/excel-discussion-misc-queries/187064-n-error.html)

Rich

N/A Error
 
Hi All

Is it possible that when a Formula returns a N/A result, can I change this
to say "Incorrect" r something else of my choice.

cheers



Fred Smith[_4_]

N/A Error
 
Yes, check for N/A with an If statement, as in:

=if(iserror(your formula),"Incorrect",your formula)

Regards,
Fred.

"Rich" wrote in message
...
Hi All

Is it possible that when a Formula returns a N/A result, can I change this
to say "Incorrect" r something else of my choice.

cheers




JE McGimpsey

N/A Error
 
One way:

=IF(ISNA(<your formula),"incorrect",<your formula)

In article ,
Rich wrote:

Hi All

Is it possible that when a Formula returns a N/A result, can I change this
to say "Incorrect" r something else of my choice.

cheers


JE McGimpsey

N/A Error
 
Not the best way - ISERROR() will mask other errors besides N/A. Better
to use ISNA() instead.

In article ,
"Fred Smith" wrote:

Yes, check for N/A with an If statement, as in:

=if(iserror(your formula),"Incorrect",your formula)


Rich

N/A Error
 


"Fred Smith" wrote:

Yes, check for N/A with an If statement, as in:

=if(iserror(your formula),"Incorrect",your formula)

Regards,
Fred.

"Rich" wrote in message
...
Hi All

Is it possible that when a Formula returns a N/A result, can I change this
to say "Incorrect" r something else of my choice.

cheers



Thank you



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

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