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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!