Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / May 2008

Tip: Looking for answers? Try searching our database.

N/A Error

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rich - 12 May 2008 04:40 GMT
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 - 12 May 2008 05:31 GMT
Yes, check for N/A with an If statement, as in:

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

Regards,
Fred.

> 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 - 12 May 2008 05:34 GMT
Not the best way - ISERROR() will mask other errors besides N/A. Better
to use ISNA() instead.

> Yes, check for N/A with an If statement, as in:
>
> =if(iserror(your formula),"Incorrect",your formula)
Rich - 12 May 2008 05:40 GMT
> Yes, check for N/A with an If statement, as in:
>
[quoted text clipped - 11 lines]
>
> Thank you
JE McGimpsey - 12 May 2008 05:33 GMT
One way:

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

> 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

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.