how can I set an alarm for when a date passes?

J

joey13fsu

I have different colums of due dates for when I expect action to be taken and
I want to be notified automatically when they are past due. thanks
 
G

Guest

joey13fsu said:
I have different colums of due dates for when I expect action to be taken and
I want to be notified automatically when they are past due. thanks
How about something simple like:

[ ] = IF(A1 > B1, "Alarm"," ")

Bill
 
Top