Automatic Duration column calculation + Linked Dates, is this possible?
Is it possible to have a "Duration" column that automatically calculates duration days based on End Dates that are linked to another sheet?
For context these are my 2 scenarios:
One: My Start Dates are linked to another sheet, my End Dates are manually entered, and my Duration column automatically calculates total days.
Two: My Start Dates are linked to another sheet, my End Dates are linked to another sheet, BUT now my Duration column stops automatically calculating my total days.
Best Answer
-
You can use a formula in a regular text/number column instead of using the Project sheet's automatic duration.
You can use NETWORKDAYS to find out the number of working days between two dates, like so:
=NETWORKDAYS([Start Date]@row, [End Date]@row)
See: NETWORKDAYS Function
Cheers,
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
Answers
-
You can use a formula in a regular text/number column instead of using the Project sheet's automatic duration.
You can use NETWORKDAYS to find out the number of working days between two dates, like so:
=NETWORKDAYS([Start Date]@row, [End Date]@row)
See: NETWORKDAYS Function
Cheers,
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!