Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error: "Excel encountered an error and had to remove some formatti | Excel Discussion (Misc queries) | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
I have Error 1919 Error Configuring ODBC dataSource Database | Excel Discussion (Misc queries) | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) |