PC Review


Reply
Thread Tools Rate Thread

Conditional Format Formula Needed

 
 
mjones
Guest
Posts: n/a
 
      14th Mar 2007
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

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      14th Mar 2007
maybe...

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



mjones wrote:
>
> 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
 
Reply With Quote
 
Trevor Shuttleworth
Guest
Posts: n/a
 
      14th Mar 2007
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


"mjones" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
mjones
Guest
Posts: n/a
 
      14th Mar 2007
Worked great! Liked the one with today() so I don't have to update
the date field all the time.

Thanks all!

On Mar 14, 2:56 pm, Dave Peterson <peter...@verizonXSPAM.net> wrote:
> maybe...
>
> =and((c$9+30<$d$67),(H$9<>"X"))
> or
> =and((c$9+30<today()),(H$9<>"X"))
>
>
> mjones wrote:
>
> > 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- Hide quoted text -
>
> - Show quoted text -



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional formula needed kylefoley2000 Microsoft Excel Worksheet Functions 2 20th Apr 2010 07:17 PM
Conditional Format Help Needed Scott Microsoft Excel Misc 4 12th Feb 2010 06:00 PM
Conditional Format Formula Needed =?Utf-8?B?UEFS?= Microsoft Excel Worksheet Functions 11 20th May 2005 08:45 PM
Multiple conditional on conditional format formula Frank Kabel Microsoft Excel Programming 1 27th Jul 2004 06:24 PM
Re: Multiple conditional on conditional format formula Bob Phillips Microsoft Excel Programming 0 27th Jul 2004 05:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:28 AM.