Does excel have a reminder function like outlook does?

D

Dominic

I am trying to set up a function that will prompt me 3 weeks from a specific
date in a cell.
 
G

Gary''s Student

=IF(DATEVALUE("12/25/2008")-TODAY()<21,"less than three weeks to Christmas","")
 
Top