Font colour

B

Boenerge

How do I get the fonts in a spreadsheet to change colour two months before
the date inserted.
Thanks in adavnce
Jason
 
B

Boenerge

Hi Bob,
What I don't understand is how to set the formatting so that it is two
months before the date in the cell.
Thanks
Jason
 
B

Bob Phillips

Depending upon the cells, it would be a formula of something like

=B1<=DATE(YEAR(A1),MONTH(A1)-2,DAY(A1))

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top