Hello,
I'm trying to create a spreadsheet that will have row 1 columns A-Infinity filled as follows:
Monday, 3/15/10 | Tuesday 3/16/10 | Wednesday, 3/17/10 | Thursday, 3/18/10 | Friday 3/19/10
This with each day of the week Mon-Fri with that date figured in a column of its own.
I am unable to find a way to make this autofill for each week to avoid having to manually do it.
Can anyone help?
I would like to show Mon-Fri and the numeric date for each day of the week and start with Mon-Fri the next week and so on to infinity.
Last edited by GeorgeJefferson; 03-11-2010 at 12:18 PM.
If you enter the start date in a1, then in A2:
=A1+IF(WEEKDAY(A1+1,2)=6,3,1)
copied down as far as you want
Format the Column as custom: dddd, m/dd/yy
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
not clear your question for me.but format cell --> date then u can see lot of format's are there.but your format not there.if u like u can use this format..
...Thursday, March 11, 2010
Last edited by GeorgeJefferson; 03-11-2010 at 11:14 AM.
Merged cells don't work with dragging a formula.. you will have to unmerge...
This does only display M-F dates, not weekends.. as you drag it down or across...
given start date located in A1.
Remember that you have to format the cells after, as per above custom format... to get the dates to show as you desire....
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
It works perfectly. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks