Calculations and Dashboard Data based on WeekNumber
I've been asked to create a PM tracking system. All the tasks for the year are in one sheet with each task having a row. I a summary section that feeds a dashboard with data showing data points, charts, and reports based on the month and completion status. The colleague came back with request to revise the dashboard with stats based on the calendar week rather than a rolling 7 day or monthly rollup. Not sure how to accomplish this. I created a formula column to calculate the WeekNumber of the date scheduled and Date Completed. However, not sure how to show dynamic status on the dashboard based on the results of the current or previous WeekNumber
Here is the rough setup of the sheet (example)
Colleague Notes in red from draft dashboard
Any help greatly appreciated
Answers
-
There are two ways to do it You can have a sheet which contains all the Week numbers and use the formula
or another way is by using Summary fields. You can have one Summary field called "Week Number" Drop down Type having numbers from 1 to 52
and Second summary field having the above formula
=COUNTIFS(Task}, NOT(ISBLANK(@cell)), {DaySchduled}, WEEKNUMBER(@cell) =[Week Number]#, {DaySchdueledYear},"2023")
As you change the Week Number the Count of task will keep on changing
Parul Mishra
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!