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

Tip: Looking for answers? Try searching our database.

Conditional Format Formula Needed

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mjones - 14 Mar 2007 19:45 GMT
Hi All,

I'm trying to say something like this =(C$9+30<$D$67)+H$9<>x, which is
probably not close.

I want to make a H9 red when its past due.  It's past due when C9 is
more than 30 days from the current date in D67 and not paid.  It's
paid when G9 has an x in it.

C9 - date invoiced, i.e. 1/18/2007 (date format 18-Jan)
D67 - current date, i.e. 3/14/2007 (date format 14-Mar)
G9 - balance due, which should turn red if late
H9 - paid there's an x in the cell (general format)

Can anyone help with this formula?

Thanks,

Michele
Dave Peterson - 14 Mar 2007 19:56 GMT
maybe...

=and((c$9+30<$d$67),(H$9<>"X"))
or
=and((c$9+30<today()),(H$9<>"X"))

> Hi All,
>
[quoted text clipped - 15 lines]
>
> Michele

Signature

Dave Peterson

mjones - 14 Mar 2007 21:29 GMT
Worked great!  Liked the one with today() so I don't have to update
the date field all the time.

Thanks all!

> maybe...
>
[quoted text clipped - 27 lines]
>
> - Show quoted text -
Trevor Shuttleworth - 14 Mar 2007 19:56 GMT
Close:

=AND(C$9+30<$D$67,H$9<>"x")

Do you want H9 red or G9 ?  You said H9 in the description and G9 in the
example.  Either case, it's the same formula

Regards

Trevor

> Hi All,
>
[quoted text clipped - 15 lines]
>
> Michele
 
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.