#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 989
Default Alerts

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.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Alerts

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.
--
David Biddulph

"Mark" wrote in message
...
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.




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 989
Default Alerts

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

"David Biddulph" wrote:

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.
--
David Biddulph

"Mark" wrote in message
...
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.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Alerts Mohamed[_2_] Excel Discussion (Misc queries) 1 December 31st 08 02:10 PM
alerts for changes in workbook olga Excel Discussion (Misc queries) 0 October 9th 06 09:07 PM
alerts gambit Excel Worksheet Functions 3 August 22nd 06 04:02 PM
SLA violation alerts asim Excel Discussion (Misc queries) 6 June 19th 06 09:27 PM
Alerts? audiophile New Users to Excel 4 December 29th 05 02:16 PM


All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"