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 / June 2005

Tip: Looking for answers? Try searching our database.

formula help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Shorty - 26 Jun 2005 00:14 GMT
I need an IF formula  for cells c5 through h5, If a number is entered as a
negative then an error message should appear in cell b10 that says "Error"

Thank You
Domenic - 26 Jun 2005 00:34 GMT
Try...

=IF(COUNTIF(C5:H5,"<0"),"Error","")

Hope this helps!

> I need an IF formula  for cells c5 through h5, If a number is entered as a
> negative then an error message should appear in cell b10 that says "Error"
>
> Thank You
RagDyeR - 26 Jun 2005 00:34 GMT
Assume zero and above is OK:

=IF(COUNTIF(C5:H5,"<0")>0,"Error","OK")
Signature


HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

I need an IF formula  for cells c5 through h5, If a number is entered as a
negative then an error message should appear in cell b10 that says "Error"

Thank You
CLR - 26 Jun 2005 01:34 GMT
=IF(MIN(C5:H5)<0,"Error","")

Vaya con Dios,
Chuck, CABGx3

> I need an IF formula  for cells c5 through h5, If a number is entered as a
> negative then an error message should appear in cell b10 that says "Error"
>
> Thank You
 
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.