View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Allllen Allllen is offline
external usenet poster
 
Posts: 341
Default how can i set a date reminder to check on something in a certain.

Cell A1 contents: (the date when you need to check)
Cell A2 contents: =today()
Cell A3 contents: =if(A2=A1,"reminder to check account","")

then you can also start to play with format conditional formatting
--
Allllen


"vette" wrote:

I need to create a spreadsheet that can allow me to input a date and set a
reminder for me to check on the account in a certain amount of days. I need
to know how to do this if at all possible. I am pretty sure that this can be
done i just don't remember how to. if you can help me that would be greatly
appreciated.