How do I create an alert of expiration date in Excel?

K

kachnycz

I created a spreadsheet to track documents. The last column is for
expiration dates of documents. How can I set up an alert when the expiration
date is approaching?
 
M

Martin P

Use conditional formatting in the cell. For example, with the date in A12,
something like
Formula is =TODAY()+7>=$A$12
as the condition.
Then choose a pattern.
 
Top