View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Automatically update a cell with a date based on anther cells date

One way:

Assume week end date is in A1.

Monday: =A1-6
Tuesday: =A1-5
Wednesday: =A1-4
....

Format the cells as dates if necessary.



In article ,
GPR GUY <GPR wrote:

I have a basic time sheet that is used to track time for payroll. The sheet
has Mon- Sun and on each day there is a cell for the date. There is also a
cell for week ending date. What I am trying to do is insert the week ending
date and have the other cells update with the previous week.

Example: Enter week ending date here - 11/02/2008
The other cells would auto fill based on the week ending date. As shown below:

Mon
10/27/2008
Tues
10/28/2008
Wed
10/29/2008
Thru
10/30/2008
Fri
10/31/2008
Sat
11/01/2008
Sun
11/02/2008