Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gladys
 
Posts: n/a
Default Insert Dates for Year

I would like to insert a date for every work date Monday through Friday for
2006.

I would like it to be formatted as - Monday, January 2, 2006

I put in the first week and did autofill and it autofills but changes the
year. I need it to Put in the next work week through out the year?

How can I accomplish this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Insert Dates for Year

Here's one way: enter the first work day of the year, 1/2/2006, in cell
A1. Enter this formula in A2:
=WORKDAY(A1,1)
.... and format it to show day and date. The WORKDAY function returns
the workday that is a number of days after the value in A1.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Insert Dates for Year

Here's one way: enter the first work day of the year, 1/2/2006, in cell
A1. Enter this formula in A2:
=WORKDAY(A1,1)
.... and format it to show day and date. The WORKDAY function returns
the workday that is a number of days after the value in A1. You can
also enter a list of holidays or other days to ignore, if you choose.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Insert Dates for Year

Put January 2, 2006 in A1. (I'd use 01/02/2006 with my USA settings).

Then format that cell:
format|Cells|Number tab|custom category:
dddd, mmmm d, yyyy

Then use that little autofill button on the bottom right corner of the selected
cell.

Rightclick on it and drag down.
When you let go, you'll be prompted for a choice. Choose "Fill Weekdays".



Gladys wrote:

I would like to insert a date for every work date Monday through Friday for
2006.

I would like it to be formatted as - Monday, January 2, 2006

I put in the first week and did autofill and it autofills but changes the
year. I need it to Put in the next work week through out the year?

How can I accomplish this?


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Insert Dates for Year

Hi Gladys

In cell A1 enter 02/01/2006 or whatever is the format for your regional
setting for 2nd January.
In cell A2 enter
=Workday($A$1,Row()-1)
Copy down column A as far as required.
Format column A, FormatCellsNumberCustom dddd, mmmm d, yyyy

Regards

Roger Govier


Gladys wrote:
I would like to insert a date for every work date Monday through Friday for
2006.

I would like it to be formatted as - Monday, January 2, 2006

I put in the first week and did autofill and it autofills but changes the
year. I need it to Put in the next work week through out the year?

How can I accomplish this?



  #6   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Insert Dates for Year

Hi Dave

There's none so blind as those that cannot see!!!
I've never noticed that option before. The wipers have now been switched on<g.

Regards

Roger Govier


Dave Peterson wrote:
Put January 2, 2006 in A1. (I'd use 01/02/2006 with my USA settings).

Then format that cell:
format|Cells|Number tab|custom category:
dddd, mmmm d, yyyy

Then use that little autofill button on the bottom right corner of the selected
cell.

Rightclick on it and drag down.
When you let go, you'll be prompted for a choice. Choose "Fill Weekdays".



Gladys wrote:

I would like to insert a date for every work date Monday through Friday for
2006.

I would like it to be formatted as - Monday, January 2, 2006

I put in the first week and did autofill and it autofills but changes the
year. I need it to Put in the next work week through out the year?

How can I accomplish this?



  #7   Report Post  
Posted to microsoft.public.excel.misc
Gladys
 
Posts: n/a
Default Insert Dates for Year

Thanks for the help. One more thing though - Is there a easy way to put this
date at the top a new page.

I need a page with the Current Days Date for Every Work day of the Year.
Page 1 would be Monday, January 2, 2006
Page 2 would be Tuesday, January 3, 2006 etc
all the way through Friday, December 9, 2006.

"Gladys" wrote:

I would like to insert a date for every work date Monday through Friday for
2006.

I would like it to be formatted as - Monday, January 2, 2006

I put in the first week and did autofill and it autofills but changes the
year. I need it to Put in the next work week through out the year?

How can I accomplish this?

  #8   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Insert Dates for Year

Gladys

What do you consider a "page"?

A section of say every 40 rows on one worksheet?

Enter the Jan 02, 2006

Select A1:A41

Drag down using right button for about 11000 rows. Release button and "Fill
Weekdays"

You will have a new day every 40 rows.


Gord Dibben Excel MVP

On Wed, 7 Dec 2005 10:09:03 -0800, Gladys
wrote:

Thanks for the help. One more thing though - Is there a easy way to put this
date at the top a new page.

I need a page with the Current Days Date for Every Work day of the Year.
Page 1 would be Monday, January 2, 2006
Page 2 would be Tuesday, January 3, 2006 etc
all the way through Friday, December 9, 2006.

"Gladys" wrote:

I would like to insert a date for every work date Monday through Friday for
2006.

I would like it to be formatted as - Monday, January 2, 2006

I put in the first week and did autofill and it autofills but changes the
year. I need it to Put in the next work week through out the year?

How can I accomplish this?

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
PivotTables - Group Dates, excluding dates Todd1 Excel Discussion (Misc queries) 4 December 10th 05 05:06 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
2 digit year in dates return 19xx not 20xx moranbo Excel Discussion (Misc queries) 1 September 7th 05 01:44 AM
insert picture BillGwyer Excel Discussion (Misc queries) 1 March 4th 05 06:37 PM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM


All times are GMT +1. The time now is 10:57 AM.

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"