Alerts

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have produced an excell programme for training. Is it possible to get a
reminder when mandatory training has expired ie first aid every 3 years , if
a staff member has recently completed the course is it possible that excell
will remind me prior to the first aid expiring.
 
If you have a date in A1, the formula =DATE(YEAR(A1)+3,MONTH(A1),DAY(A1))
will give a date 3 years later.

Alternatively in conditional formatting if you use Formula Is:
=DATE(YEAR(A1)+3,MONTH(A1),DAY(A1))<=TODAY()
this will highlight any dates at least 3 years ago.
 
Thanks David
I understand it will give me a date but can excell remind me in 3 years time
to book someone on a training course
 

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

Calculating Expiration Dates 1
Conditional Data Entry 5
Reminders in Excel 1
Windows Vista New member looking for help.. 0
Access and Outlook Reminders 2
Conditional Formatting with dates 3
Formula help 2
Tracking Historic Data 4

Back
Top