Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Creating a year of weekdays automatically?

I want to create a workbook with 5 sheets and across the top row, I want the
dates for ALL weekdays in the year so that each day is the heading for a
column. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Creating a year of weekdays automatically?

Not possible waterskyle

There are only 256 columns and there are more days in a year


--
Regards Ron de Bruin
http://www.rondebruin.nl


"waterskyle" wrote in message ...
I want to create a workbook with 5 sheets and across the top row, I want the
dates for ALL weekdays in the year so that each day is the heading for a
column. Is this possible?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 180
Default Creating a year of weekdays automatically?

Ron's correct in that there are more weekdays in a year than columns
available in Excel. But if you can also exclude holidays, then you can use
the workday function from the analysis toolpak. With 1/2/2006 in B1, then in
C1, =workday(b1,1,holidays), and fill across.

"waterskyle" wrote:

I want to create a workbook with 5 sheets and across the top row, I want the
dates for ALL weekdays in the year so that each day is the heading for a
column. Is this possible?

  #4   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Creating a year of weekdays automatically?

c1 formula should read =workday($b$1,1,holidays)

This also would only work if there were at least 6 holidays on a weekday
during the year



"bpeltzer" wrote:

Ron's correct in that there are more weekdays in a year than columns
available in Excel. But if you can also exclude holidays, then you can use
the workday function from the analysis toolpak. With 1/2/2006 in B1, then in
C1, =workday(b1,1,holidays), and fill across.

"waterskyle" wrote:

I want to create a workbook with 5 sheets and across the top row, I want the
dates for ALL weekdays in the year so that each day is the heading for a
column. Is this possible?

  #5   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Creating a year of weekdays automatically?

sorry, the formula is right. One of those days.........

Same still holds true about the number of holidays required.

"bpeltzer" wrote:

Ron's correct in that there are more weekdays in a year than columns
available in Excel. But if you can also exclude holidays, then you can use
the workday function from the analysis toolpak. With 1/2/2006 in B1, then in
C1, =workday(b1,1,holidays), and fill across.

"waterskyle" wrote:

I want to create a workbook with 5 sheets and across the top row, I want the
dates for ALL weekdays in the year so that each day is the heading for a
column. Is this possible?



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Creating a year of weekdays automatically?

Thank you all very much!!!

"JNW" wrote:

sorry, the formula is right. One of those days.........

Same still holds true about the number of holidays required.

"bpeltzer" wrote:

Ron's correct in that there are more weekdays in a year than columns
available in Excel. But if you can also exclude holidays, then you can use
the workday function from the analysis toolpak. With 1/2/2006 in B1, then in
C1, =workday(b1,1,holidays), and fill across.

"waterskyle" wrote:

I want to create a workbook with 5 sheets and across the top row, I want the
dates for ALL weekdays in the year so that each day is the heading for a
column. Is this possible?

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
Automatically updating insertion of first and last day of year MZ New Users to Excel 1 December 17th 09 11:36 AM
Creating a formula to show year to date total. bammiesandy Excel Discussion (Misc queries) 4 January 9th 07 09:17 PM
How do you change the year but not the month automatically? Autumn Dreams Excel Discussion (Misc queries) 3 May 28th 06 05:41 PM
Automatically changing Year archergirl2000 Excel Discussion (Misc queries) 3 May 15th 06 08:59 PM
i want to add a column for each day of the year automatically sbelaire Excel Discussion (Misc queries) 1 September 13th 05 02:29 AM


All times are GMT +1. The time now is 07:46 PM.

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

About Us

"It's about Microsoft Excel"