View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default Setting Deadline reminders

Try this in cell B1, with a date in cell A1:

=IF(TODAY()=A1+7,"Expired","")
--
Kevin Backmann


"Sprint" wrote:

Hi All

I'm looking to be able to put todays date into a cell within a spreadsheet,
and the after a week has passed, the cell next to it to displace something to
the affect of "expired" or "Passed". What would be the best way to go about
this? Have attempted a few different things, but don't seem to have gotten
anywhere.

Thanks in advance

Sprint