View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nelix Nelix is offline
external usenet poster
 
Posts: 1
Default Formula for week ending

Hi

I am putting together a time sheet to record working times from week to
week, I have a cell that contains the week ending date using the following
formula:

=TODAY()-WEEKDAY(TODAY(),2)+7

I need to make this cell only update if the file is saved, basically so that
if I open an old timesheet from say last week it wont change the week ending
date to this weeks.

Does that make sense?? lol

Hope someone can help