Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default weekday and date series fill

I'd like to create an academic lesson plan book with weekday and date as the
column heading. Is there a simple way to combine the weekday plus the date
(for example, Tuesday, July 29) and have it generate 36 weeks of dates? I
know how to do this seperately (weekday or date), and have tried a few
different simple things, but nothing seems to be working for me. Thanks for
your help.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 207
Default weekday and date series fill

Teacher_Becky,
Here is what I did to get "Wednesday Jul 30" in a cell.
Select the start cell, say A1.
Select Format,Cells and "Custom"
In the widow on the right side under "Type:"
Type the following: dddd mmm dd
Once this is done. Copy the cell, and Special Paste, Format across for six
days (so a total of seven days). You may have to resize the columns.
Then copy the seven days to another row, Paste Special, Format.
Repeat as necessary, for 36 weeks.
hth

"Teacher_Becky" wrote:

I'd like to create an academic lesson plan book with weekday and date as the
column heading. Is there a simple way to combine the weekday plus the date
(for example, Tuesday, July 29) and have it generate 36 weeks of dates? I
know how to do this seperately (weekday or date), and have tried a few
different simple things, but nothing seems to be working for me. Thanks for
your help.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default weekday and date series fill

Thanks. That worked great! I was even able to have a comma after the weekday.
New possibilities for me...

BTW, I am using 2007. Now for some fine tuning. Is there a way to only do a
series of Monday-Friday, and not Saturday-Sunday, and still have the correct
dates fill in? If not, I can just delete the Sat/Sun columns. I just want to
use the ability of excel as much as possible. Thanks again.

"FloMM2" wrote:

Teacher_Becky,
Here is what I did to get "Wednesday Jul 30" in a cell.
Select the start cell, say A1.
Select Format,Cells and "Custom"
In the widow on the right side under "Type:"
Type the following: dddd mmm dd
Once this is done. Copy the cell, and Special Paste, Format across for six
days (so a total of seven days). You may have to resize the columns.
Then copy the seven days to another row, Paste Special, Format.
Repeat as necessary, for 36 weeks.
hth

"Teacher_Becky" wrote:

I'd like to create an academic lesson plan book with weekday and date as the
column heading. Is there a simple way to combine the weekday plus the date
(for example, Tuesday, July 29) and have it generate 36 weeks of dates? I
know how to do this seperately (weekday or date), and have tried a few
different simple things, but nothing seems to be working for me. Thanks for
your help.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,480
Default weekday and date series fill

Hi Becky

Are you saying you want the 36 weeks going across the page i.e 180 columns?
If so, enter your start date in A1
Format in the way you wish
In B1 enter
=WORKDAY(A1,1)
Copy across through 179 columns.

If you want the weeks going down the page, i.e only using 5 columns but with
several rows between each set of headings, then
Repeat step above, but only copy through B1:E1

In say A11, enter
=Workday(A1,5)
Copy across through B11:E11
Mark A11:E11
Control+C to copy
Move to A21 Control+V to Paste
Repeat Paste until you have your 36 weeks
--
Regards
Roger Govier

"Teacher_Becky" wrote in message
...
Thanks. That worked great! I was even able to have a comma after the
weekday.
New possibilities for me...

BTW, I am using 2007. Now for some fine tuning. Is there a way to only do
a
series of Monday-Friday, and not Saturday-Sunday, and still have the
correct
dates fill in? If not, I can just delete the Sat/Sun columns. I just want
to
use the ability of excel as much as possible. Thanks again.

"FloMM2" wrote:

Teacher_Becky,
Here is what I did to get "Wednesday Jul 30" in a cell.
Select the start cell, say A1.
Select Format,Cells and "Custom"
In the widow on the right side under "Type:"
Type the following: dddd mmm dd
Once this is done. Copy the cell, and Special Paste, Format across for
six
days (so a total of seven days). You may have to resize the columns.
Then copy the seven days to another row, Paste Special, Format.
Repeat as necessary, for 36 weeks.
hth

"Teacher_Becky" wrote:

I'd like to create an academic lesson plan book with weekday and date
as the
column heading. Is there a simple way to combine the weekday plus the
date
(for example, Tuesday, July 29) and have it generate 36 weeks of dates?
I
know how to do this seperately (weekday or date), and have tried a few
different simple things, but nothing seems to be working for me. Thanks
for
your help.


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default weekday and date series fill

AWESOME! You read my mind! Not only do I have to create one version of my
planner with columns, but I need to do it in rows also. So, thanks for
thinking ahead for me! AND thank you for the clear and simple instructions
Roger. I just love this place. I learn so much. -becky

"Roger Govier" wrote:

Hi Becky

Are you saying you want the 36 weeks going across the page i.e 180 columns?
If so, enter your start date in A1
Format in the way you wish
In B1 enter
=WORKDAY(A1,1)
Copy across through 179 columns.

If you want the weeks going down the page, i.e only using 5 columns but with
several rows between each set of headings, then
Repeat step above, but only copy through B1:E1

In say A11, enter
=Workday(A1,5)
Copy across through B11:E11
Mark A11:E11
Control+C to copy
Move to A21 Control+V to Paste
Repeat Paste until you have your 36 weeks
--
Regards
Roger Govier

"Teacher_Becky" wrote in message
...
Thanks. That worked great! I was even able to have a comma after the
weekday.
New possibilities for me...

BTW, I am using 2007. Now for some fine tuning. Is there a way to only do
a
series of Monday-Friday, and not Saturday-Sunday, and still have the
correct
dates fill in? If not, I can just delete the Sat/Sun columns. I just want
to
use the ability of excel as much as possible. Thanks again.

"FloMM2" wrote:

Teacher_Becky,
Here is what I did to get "Wednesday Jul 30" in a cell.
Select the start cell, say A1.
Select Format,Cells and "Custom"
In the widow on the right side under "Type:"
Type the following: dddd mmm dd
Once this is done. Copy the cell, and Special Paste, Format across for
six
days (so a total of seven days). You may have to resize the columns.
Then copy the seven days to another row, Paste Special, Format.
Repeat as necessary, for 36 weeks.
hth

"Teacher_Becky" wrote:

I'd like to create an academic lesson plan book with weekday and date
as the
column heading. Is there a simple way to combine the weekday plus the
date
(for example, Tuesday, July 29) and have it generate 36 weeks of dates?
I
know how to do this seperately (weekday or date), and have tried a few
different simple things, but nothing seems to be working for me. Thanks
for
your help.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fill Series Dates: not letting me change the series from year to m Mike Excel Discussion (Misc queries) 1 January 24th 08 05:08 PM
convert weekday date to the next sunday date Oldersox Excel Worksheet Functions 2 January 8th 07 11:26 AM
WEEKDAY() function: display TEXT not numeric weekday tom Excel Discussion (Misc queries) 3 November 21st 06 04:32 PM
Show Weekday with date??? Rutgers_Excels Excel Discussion (Misc queries) 3 April 5th 06 03:44 PM
Edit Fill Series - How do I fill using minute increments IUnknown Excel Discussion (Misc queries) 1 January 29th 06 12:50 PM


All times are GMT +1. The time now is 04:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"