can anyone tell me please how do i highlight a cell in a spreadsheet with
colour if date overdue
JE McGimpsey - 31 Oct 2007 16:03 GMT
And how exactly should XL determine that the date was overdue?
Take a look at Conditional Formatting in XL Help.
If, for instance, the due date is in A1 and the date is overdue if it's
in the past, select A1, choose Format/Conditional Formatting... and use
something like:
CF1: =A1<TODAY()
Format1: <patterns>/<color>
> can anyone tell me please how do i highlight a cell in a spreadsheet with
> colour if date overdue
Bob Phillips - 31 Oct 2007 16:04 GMT
Look at conditional formula with a condition of Formula Is and a formula of
=A2<TODAY() and set the colour.

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> can anyone tell me please how do i highlight a cell in a spreadsheet with
> colour if date overdue
Peo Sjoblom - 31 Oct 2007 16:04 GMT
Use format>conditional formatting, then formula is and
=A2<=DAY()
click format button and select red pattern or fonts and click OK twice
where A2 is the cell with the date you want to check if it is overdue
if it is 30 days from the date in A2 you can use
=A2+30<=TODAY()

Signature
Regards,
Peo Sjoblom
> can anyone tell me please how do i highlight a cell in a spreadsheet with
> colour if date overdue
Peo Sjoblom - 31 Oct 2007 16:19 GMT
Oops, don't how that happened, should be TODAY()

Signature
Regards,
Peo Sjoblom
> Use format>conditional formatting, then formula is and
>
[quoted text clipped - 10 lines]
>> with
>> colour if date overdue