Need to create timeline

kojak43

Active Member
Joined
Feb 23, 2002
Messages
270
I have a task that has multiple steps. The number of steps vary between tasks.

I want to create a formula that can count the number of steps, (easy enough, that I can do that) then after the number of steps are determined, I want to assign two business days for each step. (Here is where I begion to stumble.)

If the numbers of 2 day steps run into a weekend, I want the formula to move the date to the next workday. (I think the function WORKDAY can do this, but when I tried to get this done, Excel sneered at me)

If I have to change a date, I want the worksheet to reflow with the new dates.

Any help out there? It would be greatly appreciated.

K
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
It would seem something such as
=WORKDAY(TODAY(),COUNT(A1:A10)*2)
would suffice. Where tasks are listed in A1:A10. subsitute a different date for today() if needed.

Now put down that lolipop and get to work. Who loves ya baby?

good luck


On 2002-02-25 12:05, kojak43 wrote:
I have a task that has multiple steps. The number of steps vary between tasks.

I want to create a formula that can count the number of steps, (easy enough, that I can do that) then after the number of steps are determined, I want to assign two business days for each step. (Here is where I begion to stumble.)

If the numbers of 2 day steps run into a weekend, I want the formula to move the date to the next workday. (I think the function WORKDAY can do this, but when I tried to get this done, Excel sneered at me)

If I have to change a date, I want the worksheet to reflow with the new dates.

Any help out there? It would be greatly appreciated.

K
This message was edited by IML on 2002-02-25 12:18
 
Upvote 0
If you have a bunch of dates that you need populated, then the follwoing might be useful:

If A2 has the first date, then
A3: =WORKDAY(A2,1) will have the second
date for the first task.

Then B2: =WORKDAY(A3,1) and
B3: =WORKDAY(B2,1) will have the two
dates for the next task, etc.
 
Upvote 0
IML:
Thanks for the prompt reply.
No joy. I get the infamous #NAME?
I entered 1-11 in A1:A11, Scribbled in gibberish for each task, then entered your formula at c12.
I also tried the formula at c1 with appropriate changes i.e. Workday(Today(),count(a1)*2)
Both formulas gave me #NAME?
As I really don't know what #NAME? means...
K
 
Upvote 0
You need to install and select the analysis tool Pak under Tools Add-ins for excel to recognize the workday function. I hope that helps.


On 2002-02-25 12:34, kojak43 wrote:
IML:
Thanks for the prompt reply.
No joy. I get the infamous #NAME?
I entered 1-11 in A1:A11, Scribbled in gibberish for each task, then entered your formula at c12.
I also tried the formula at c1 with appropriate changes i.e. Workday(Today(),count(a1)*2)
Both formulas gave me #NAME?
As I really don't know what #NAME? means...
K
 
Upvote 0
Thank you both. I think I got it to work, thanks to you folks. I am in your debt.
Huge grin!!!
 
Upvote 0

Forum statistics

Threads
1,214,426
Messages
6,119,411
Members
448,894
Latest member
spenstar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top