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 / August 2007

Tip: Looking for answers? Try searching our database.

conditional format

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gary - 18 Aug 2007 22:30 GMT
I want cell A1 to change to a green font if cell B1>0 and B2<=0 and B3="nw".
All three conditions must be true before A1 turns to a green font.  What
would the conditional formula be?

Regards,
Gary
Alan - 18 Aug 2007 22:56 GMT
=AND(B1>0,B2<=0,B3="nw")
Regards,
Alan.
>I want cell A1 to change to a green font if cell B1>0 and B2<=0 and
>B3="nw". All three conditions must be true before A1 turns to a green font.
>What would the conditional formula be?
>
> Regards,
> Gary
Gary - 19 Aug 2007 00:15 GMT
Worked great...

Thanks!

> =AND(B1>0,B2<=0,B3="nw")
> Regards,
[quoted text clipped - 5 lines]
>> Regards,
>> Gary
T. Valko - 18 Aug 2007 22:58 GMT
Try this:

=AND(ISNUMBER(B1),B1>0,B2<=0,B3="nw")

Signature

Biff
Microsoft Excel MVP

>I want cell A1 to change to a green font if cell B1>0 and B2<=0 and
>B3="nw". All three conditions must be true before A1 turns to a green font.
>What would the conditional formula be?
>
> Regards,
> Gary

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.