Dates and Times

  • Thread starter Thread starter Mike the Safety Guy
  • Start date Start date
M

Mike the Safety Guy

I am trying to set up a training matrix for my construction project and I
need to record dates of training certifications that expire over time. How
do I format/program the cell to change color to red or something similar to
alert me when the certification will expire.
 
Hi,

You can use conditional formatting. Say your training date is in A1.

Format|Conditional format
Formaula is
Enter the formula
=TODAY()-A1>=30
Select a colour
Click OK

This will colour the cell when A1 is 30 days earlier tha today so if your
training refresher is 6 months change 30 to 180 for example.

You can use the format painter to copy this format to other cells

Mike
 

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

Back
Top