Calculating Duration
Hello,
How can i set up a column to calculate how long it took to complete a task from the date it was assigned to date it got completed? I don't understand the dependencies in the project settings.
Answers
-
Hi Juley,
If you don't want to use the dependency setting in project settings, this is actually fairly easy to do with your own formulas. To find the duration, minus the Start Date from the Completed Date and this will give you the total days.
For example:
=[End Date]@row - [Start Date]@row
This formula should be entered into a Text/Number column. Here are some Help Center articles that explain this further:
Let me know if you have any questions about this!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
But i want only the working days excluding Saturday and sunday
-
If you want to find the working days between two dates, you can use the NETWORKDAYS Function!
Ex:
=NETWORKDAYS([Start Date]@row, [End Date]@row)
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi there.
What if the Start Date and End Data are populated with a formula? Is there a way to have a column displays the duration between the Start/End columns?
Example:
Thanks,
Alli
-
Hi @AH206
That specific formula is writing the date out as text, using quotes. In this instance, no, there isn't a way to calculate the duration.
However if the Start and End columns are date type of columns, you could use the DATE function to output a date instead of text and then we can find the duration!
=IF(Color@row = "Red", DATE(2024, 01, 10)... and so on
Here's more information: DATE Function
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi @Genevieve P. , what if I do want to use dependencies? In this case it seems to lock me to the system duration column rather than my calculated one?
Eg I have Start Date, Hours Required for Task, % Allocation of Resource, Calculated Duration, End Date.
I enter my start date, the amount of time the task needs, set my team member to be working at 50% of his/her time - my calc'd tells me that it takes 10 hours because I had 1 person working at 50% on my 5 hour task.
I can do this with formulas - as described above but as soon as I enable dependencies (because I need this), the Gannt will only accept my system Duration column? (The system duration won't accept formulas.)
Thanks.
-
Hi @delberto
Yes, you're correct - if you want to use dependencies in your Gantt chart then the Dependency column cannot contain formulas. You could use a formula column next to it to determine what to input, if that helps.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thanks @Genevieve P.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives