making a cell change colour after a specified period of elapsed time

  • Thread starter Thread starter Mighty Magpie
  • Start date Start date
M

Mighty Magpie

Hi,

I am using Excel 2002 and would like to be able to set up a file I have so
that when a certain number of days has elapsed (28) a specified cell changes
colour - to alert me visually that some data needs to be updated

I have
Cell B1 contains the date that I have entered the data (date entered
manually)
Cell C1 contains the date when the data will need to be renewed (I have
simply entered =B1+28 but there is probally a much cleverer way)

I would like Cell D1 to change colour after 28 days

Can someone please advise me?

Cheers,

TIA
 
In conditional formatting for D1 select "Formula is" and enter

=TODAY()-$B$1>=28

Configure the format you require. If you need to copy the formula down
column D, corresponding to the same row in column B, then remove the
$between B & 1.

Ian
 
Your question is not very clear. I'm guessing here, but
it seems you want C1 to change color when today's date is
28 days from the date in A1. Or, in other words, when
today's date equals or is greater than the date in B1. In
that case, select D1, go to Format > Conditional
Formatting, Formula Is, and put:

=B1+28<=TODAY()

Click the format radio button and format as desired.

HTH
Jason
Atlanta, GA
 
Many thanks to both who replied with suggestions and advice - they work a
treat

Cheers
 

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

Similar Threads


Back
Top