Formula to figure out % allocated

Hi,
Is it possible to calculate % allocated based off Estimated Hours/Total Work Hours within the date range (start-end dates) of the task.
For example, Task 1's Estimated hours for completion is 10hrs and the date range is 10/17/2022 to 10/21/2022.
Answers
-
Hi @TerryC
You could use a few functions to create calculations... for example you could use the NETWORKDAYS Function to find out how many Working Days are in your date range, then multiply this by 8 for 8 hours:
=NETWORKDAYS([Start Date]@row, [End Date]@row) * 8
This tells you the total hours given to that resource. You can then divide the Estimated Hours by this number in order to find the percent:
=[Estimated Hours]@row / (NETWORKDAYS([Start Date]@row, [End Date]@row) * 8)
So in your example above, this would return 0.25, which you could then format to be 25%.
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.8K Get Help
- 474 Global Discussions
- 206 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 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!