HOw do I include "reminders"on my excel sheets?

A

Armandoso

I want to know if I can create some sort of a spread sheet on witch I could
be reminded of the actualization of my data.
 
B

Bernard Liengme

Have a look at Format | Conditional Formatting
This lets you , for example, have data in a cell show in red if the date is
say less than 10 days from today

Formula Is =A1-Today()<10.... Format as required
 
Top