I want to create an Excel document where I can specify a date range ex. Monday 16, 2006 - Sunday 22, 2006 and have Excel return the dates in selected cells.
A good scenario would be a timesheet.
EXAMPLE:
--------------------------------------------------
Enter date range:
Monday 16, 2006 - Sunday 22, 2006
And then in the cells of my choice Excel would return the following:
Monday 16, January 2006
Tuesday 17, January 2006
Wednesday January 18, 2006
Thursday January 19, 2006
Friday January 20, 2006
Saturday January 21, 2006
Sunday January 22, 2006
--------------------------------------------------
I have tried EDIT | FILL | SERIES...
as well as
=TREND({"1/16/06";"1/22/06"}+0,{1;20},ROW(1:20))