Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JP
 
Posts: n/a
Default WEEKDAY Function?

I have a running schedule with mutlile tasks scheduled for different day # or
the same and would like to have the dates auto fill in once I enter the start
date.
example:
4/20/06 task 1 day 1
? task 2 day 2
? task 3 day 2
? task 4 day 3

Keeping in mind that I don't want to include weekends and that I'll need to
delete a range of holiday dates.

Please help. Thank you

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default WEEKDAY Function?

Hi!

Use the Workday function (requires the Analysis ToolPak be installed). It
includes an argument that accounts for holidays.

Instead of entering day n, just enter the n:

4/20/06 task 1 1
formula task 2 2
formula task 3 2
formula task 4 3


The formula would be:

=WORKDAY(A$1,C2,J$1:J$5)

Copied down as needed.

J$1:J$5 would be the list of holiday dates that you want to exclude.

Biff

"JP" wrote in message
...
I have a running schedule with mutlile tasks scheduled for different day #
or
the same and would like to have the dates auto fill in once I enter the
start
date.
example:
4/20/06 task 1 day 1
? task 2 day 2
? task 3 day 2
? task 4 day 3

Keeping in mind that I don't want to include weekends and that I'll need
to
delete a range of holiday dates.

Please help. Thank you



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JP
 
Posts: n/a
Default WEEKDAY Function?

I tried that and got the #NAME? error......

"Biff" wrote:

Hi!

Use the Workday function (requires the Analysis ToolPak be installed). It
includes an argument that accounts for holidays.

Instead of entering day n, just enter the n:

4/20/06 task 1 1
formula task 2 2
formula task 3 2
formula task 4 3


The formula would be:

=WORKDAY(A$1,C2,J$1:J$5)

Copied down as needed.

J$1:J$5 would be the list of holiday dates that you want to exclude.

Biff

"JP" wrote in message
...
I have a running schedule with mutlile tasks scheduled for different day #
or
the same and would like to have the dates auto fill in once I enter the
start
date.
example:
4/20/06 task 1 day 1
? task 2 day 2
? task 3 day 2
? task 4 day 3

Keeping in mind that I don't want to include weekends and that I'll need
to
delete a range of holiday dates.

Please help. Thank you




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default WEEKDAY Function?

From Excel help:

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.



1.. On the Tools menu, click Add-Ins.
2.. In the Add-Ins available list, select the Analysis ToolPak box, and
then click OK.
3.. If necessary, follow the instructions in the setup program.
Biff

"JP" wrote in message
...
I tried that and got the #NAME? error......

"Biff" wrote:

Hi!

Use the Workday function (requires the Analysis ToolPak be installed). It
includes an argument that accounts for holidays.

Instead of entering day n, just enter the n:

4/20/06 task 1 1
formula task 2 2
formula task 3 2
formula task 4 3


The formula would be:

=WORKDAY(A$1,C2,J$1:J$5)

Copied down as needed.

J$1:J$5 would be the list of holiday dates that you want to exclude.

Biff

"JP" wrote in message
...
I have a running schedule with mutlile tasks scheduled for different day
#
or
the same and would like to have the dates auto fill in once I enter the
start
date.
example:
4/20/06 task 1 day 1
? task 2 day 2
? task 3 day 2
? task 4 day 3

Keeping in mind that I don't want to include weekends and that I'll
need
to
delete a range of holiday dates.

Please help. Thank you






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JP
 
Posts: n/a
Default WEEKDAY Function?

Thank you very much for your help!

"Biff" wrote:

From Excel help:

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.



1.. On the Tools menu, click Add-Ins.
2.. In the Add-Ins available list, select the Analysis ToolPak box, and
then click OK.
3.. If necessary, follow the instructions in the setup program.
Biff

"JP" wrote in message
...
I tried that and got the #NAME? error......

"Biff" wrote:

Hi!

Use the Workday function (requires the Analysis ToolPak be installed). It
includes an argument that accounts for holidays.

Instead of entering day n, just enter the n:

4/20/06 task 1 1
formula task 2 2
formula task 3 2
formula task 4 3

The formula would be:

=WORKDAY(A$1,C2,J$1:J$5)

Copied down as needed.

J$1:J$5 would be the list of holiday dates that you want to exclude.

Biff

"JP" wrote in message
...
I have a running schedule with mutlile tasks scheduled for different day
#
or
the same and would like to have the dates auto fill in once I enter the
start
date.
example:
4/20/06 task 1 day 1
? task 2 day 2
? task 3 day 2
? task 4 day 3

Keeping in mind that I don't want to include weekends and that I'll
need
to
delete a range of holiday dates.

Please help. Thank you









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default WEEKDAY Function?

You're welcome!

Biff

"JP" wrote in message
...
Thank you very much for your help!

"Biff" wrote:

From Excel help:

If this function is not available, and returns the #NAME? error, install
and
load the Analysis ToolPak add-in.



1.. On the Tools menu, click Add-Ins.
2.. In the Add-Ins available list, select the Analysis ToolPak box, and
then click OK.
3.. If necessary, follow the instructions in the setup program.
Biff

"JP" wrote in message
...
I tried that and got the #NAME? error......

"Biff" wrote:

Hi!

Use the Workday function (requires the Analysis ToolPak be installed).
It
includes an argument that accounts for holidays.

Instead of entering day n, just enter the n:

4/20/06 task 1 1
formula task 2 2
formula task 3 2
formula task 4 3

The formula would be:

=WORKDAY(A$1,C2,J$1:J$5)

Copied down as needed.

J$1:J$5 would be the list of holiday dates that you want to exclude.

Biff

"JP" wrote in message
...
I have a running schedule with mutlile tasks scheduled for different
day
#
or
the same and would like to have the dates auto fill in once I enter
the
start
date.
example:
4/20/06 task 1 day 1
? task 2 day 2
? task 3 day 2
? task 4 day 3

Keeping in mind that I don't want to include weekends and that I'll
need
to
delete a range of holiday dates.

Please help. Thank you









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
UDF help please Adam Kroger Excel Discussion (Misc queries) 3 December 17th 05 07:21 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
weekday function John New Users to Excel 0 January 7th 05 11:13 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


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

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"