Calculating Critical Path - Can't figure out LF

whazzzzzupp17

New Member
Joined
Jul 23, 2018
Messages
21
Hello, I'm having some major problems trying to calculate this and been working on determine LF all day.

I tried Index match to lookup all the predecessors, but I think I need to us MINIF(), but it keeps outputting 0


ESEFLSLFPredecessorDuration
2/1/212/1/21=LF - Dur
2/2/212/2/21=LF - Dur1
2/3/212/8/21=LF - Dur2
2/2/212/4/21
=LF - Dur
1
4
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Calculating LF is not simple because you have to work forwards through dependencies and calculate slack, and determine what is the critical path. In this example, the critical path is 1 -> 2 -> 3. Task 4 is not on the critical path because it has 4 days of slack. To calculate slack you have to work through all the possible forward dependencies on all tasks. I have done this in an Excel VBA version of Microsoft Project, and I just don't think a general solution can be done simply with formulas.
 
Upvote 0

Forum statistics

Threads
1,217,424
Messages
6,136,558
Members
450,020
Latest member
ddobrzynski

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