count tasks per week number
Hi community,
I'm trying to count the tasks in my gannt per each week in a separate grid. Then i'll make a graph representing work overloads throughout the year.
Here is my formula that calculate 0 every time (at least not an error) :
=COUNTIF({6530 - Sulfuric project Schedule Range 5}, WEEKNUMBER({6530 - Sulfuric project Schedule Range 5}) = [Primary Column]29)
the range is the start column date of the task on my gannt chart
the primary column on local grid contains numbers of the weeks in the year (1-53)
screenshot attached.
thnks
Answers
-
Just a minor adjustment. Since you want to count each cell within the range individually, you want to use an @cell reference in your WEEKNUMBER function.
=COUNTIFS({6530 - Sulfuric project Schedule Range 5}, WEEKNUMBER(@cell) = [Primary Column]29)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 149 Just for fun
- 69 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!