How to display # of request entered by week in Dashboard
Good morning,
We have a form used by our team members to enter any issues they are encountering. I have created another Calculation sheet to create my dashboard based from the sheet collecting the data/form.
I would like to display in my dashboard how many issues are entered every week and show it in a chart by week. What formula should I use in my Calculation sheet? I have attached a screenshot of the columns I have in my data sheet.
Thank you!
Answers
-
Hi @Lana Lav,
I have done a similar thing using two formulas in my secondary calculations sheet.
The first formula creates the day for the previous Sunday.
=TODAY() - (WEEKDAY(TODAY()) - 1)
The second formula is then a COUNTIF formula that does a count on the created date field where it is greater than the value based on the first calculation which is held in a specific field on row 1.
=COUNTIF({Change Requests Created Dates Range}, > [CalulatedDate]1)
Hope this helps!
John
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!