Dependency Formulas for Task Worksheets

dheardzimin

New Member
Joined
Sep 2, 2008
Messages
7
Hey All

Hope you can help me. I am trying to build a worksheet that is sort of a Project Plan. Why am I not using Project - simple - not everyone in my company has Project, and exporting in Project 2007 is just nasty!

The issue can be described with a simple example:

Imagine the sheet with the following columns

Task Ref - Task Description - Dependency - Start Time - Duration - End Time

Duration is in Minutes, End time is calculated as a formula adding the Duration to the start time using the TIME function.

Dependency contains the Task Ref of the task that must complete before the task in question can start. I would like to have a formula for start time, that pulls in the value for end time of the task identified in the Task Ref column - can anyone help?

Thanks in advance!
 
Hi, I am using the formula with dates in the "Task End Date" column, and the problem is it is picking the min date not the max date. Here is what I'm using.
=IF($G13="","",MAX(IF(ISNUMBER(FIND(","&$A$12:$A$50&",",","&$G13&",")),$I$12:$I$50)))

I do enter with ctrl+shift+enter to get curly brackets.
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi,

When I use this formula with dates instead of numbers, I am getting the min date and not the max date. Do I need to change something to allow for DATES?
 
Upvote 0

Forum statistics

Threads
1,217,386
Messages
6,136,284
Members
450,002
Latest member
bybynhoc

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