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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top