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 / New Users / July 2006

Tip: Looking for answers? Try searching our database.

#VALUE!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pencil - 30 Jul 2006 05:17 GMT
I want A1 to report an error that is in A6 but my formula doesn't work.
A6 reads: #VALUE!
The formula A1 is =IF(AN6=#VALUE!,"You messed up","")

Help.
Peo Sjoblom - 30 Jul 2006 05:49 GMT
Try

=IF(ISERROR(AN6),"You messed up","")

Signature

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com

>I want A1 to report an error that is in A6 but my formula doesn't work.
> A6 reads: #VALUE!
> The formula A1 is =IF(AN6=#VALUE!,"You messed up","")
>
> Help.
Ragdyer - 30 Jul 2006 05:55 GMT
Try this:

=IF(ISERR(A6),"You Messed Up","")
Signature

HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

> I want A1 to report an error that is in A6 but my formula doesn't work.
> A6 reads: #VALUE!
> The formula A1 is =IF(AN6=#VALUE!,"You messed up","")
>
> Help.
Ron Rosenfeld - 30 Jul 2006 10:51 GMT
>I want A1 to report an error that is in A6 but my formula doesn't work.
>A6 reads: #VALUE!
>The formula A1 is =IF(AN6=#VALUE!,"You messed up","")
>
>Help.

A little more involved, if you want to test ONLY for a #VALUE! error:

=IF(ISERR(A6),IF(ERROR.TYPE(A6)=3,"You Messed Up","Not Value Error"),"OK")

--ron
Pencil - 30 Jul 2006 23:59 GMT
> I want A1 to report an error that is in A6 but my formula doesn't work.
> A6 reads: #VALUE!
> The formula A1 is =IF(AN6=#VALUE!,"You messed up","")
>
> Help.

-----
Thanks everybody for your solutions. They all work.
 
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.