Perhaps something like this....
With
E10: (any date....eg 7/9/2008)
This formula returns the Monday date of the week containing the date in E10
E11: =E10-WEEKDAY(E10,2)+1
Next, to fill in the rest of the week:
Copy F11 across through I11
Last, make sure E11:I11 are formatted the way you want:
• Select E11:I11
• From the Excel Main Menu: <format><cells><number tab>
• Category: Custom
• Type: ddd, mm/dd <-(you'll need to type that part in)
• Click [OK]
In the above example, the formulas will return:
E11: Mon, 07/07
F11: Tue, 07/08
G11: Wed, 07/09
H11: Thu, 07/10
I11: Fri, 07/11
Is that something you can work with?
Bookmarks