View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default date notifications from spread sheet

Suppose you have a future date in A1, then you can put this formula in
B1:

=IF(A1-TODAY()<0,"Time's up",IF(A1-TODAY()<8,"One week to go",IF(A1-
TODAY()<31,"Final month","Lots of time yet")))

This should give you some ideas to play with.

Hope this helps.

Pete

On Sep 18, 4:41*pm, Carl wrote:
want to have an approaching date in excel sheet generate notification