dates for courses needing renewal?

  • Thread starter Thread starter Kathyt
  • Start date Start date
I'd use a column just for the purpose, although you could use conditional
formatting to change a cell's shading/font color.

Lets say that the date the course has to be renewed by is in column A, then
this formula on the same row (row 2 in this example) should show you when it
is time to renew. Example assumes you can book up to 90 days early.
=IF(AND(A2>=TODAY(),A2<NOW()+90),"RENEW","")

the A2>=TODAY() part deals with courses whose renewal dates are in the past.
 

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

Flashing RED before renewal date 3
[Flashing] RED before renewal date 1
Monthly tracking log 1
Date question?? 13
Months between two dates 1
conditional formatting 2
Conditional Formatting!!! 4
Virus checker 7

Back
Top