Need cell data to change colour after a certain date has passed.

W

Wendy

I'm finding figuring out the solution a bit beyond me - can anyone
please help???


Basic scenario = need cell data to change colour after a certain date
has passed.


Column A called Version Date.

When Col. A data is > 4.5 years old, [or 1640 days] - I want the font
to change colour.

Can I do this using conditional formatting function, or is there a
better way of doing this?

I know it should be simple, but I'm going crazy here! Thanks in
advance!
 
M

Max

Assuming col A contains real dates ..

Select col A, then apply conditional formatting using the formula:
=AND(TODAY()-A1>1640,A1<>"")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top