WEEKLY COUNT
Hello,
I need to create a report showing weekly "BOOKED" per category and associate. Weekly is from M-F.
My sheet looks like this below:
Thank you so much.
Best Answers
-
@Paul Newcome Good Morning!
I'd like to do this weekly, so I guess that means multiple.
-
Ok. You would use the same COUNTIFS, but you would adjust the dates that are in bold. The first date is the Monday and the second date is the Friday.
=COUNTIFS({Pattern Sheet Worker Column}, "LUIS", {Pattern Sheet Status Column}, "BOOKED", {Pattern Sheet Date Completed Column}, AND(@cell >= DATE(2020, 07, 27), @cell <= DATE(2020, 07, 31)))
The dates are (yyyy, mm, dd)
Answers
-
Is the category listed anywhere on the sheet in the second screenshot?
-
-
Then (using the appropriate steps to create cross sheet references) you will want to use a formula similar to...
=COUNTIFS({Pattern Sheet Worker Column}, "LUIS", {Pattern Sheet Status Column}, "BOOKED", {Pattern Sheet Date Completed Column}, AND(@cell >= DATE(2020, 07, 27), @cell <= DATE(2020, 07, 31)))
That will give you the count for the specific week of this Monday (27 July) through this Friday(31 July).
If you needed something different, feel free to let me know.
-
This is great. I got it @Paul Newcome
Is there another formula you can help, I would like to have it automatically every week? I want to show the Dashboard, daily output per week.
-
Are you looking for the current week, or are you wanting to display multiple weeks?
-
@Paul Newcome Good Morning!
I'd like to do this weekly, so I guess that means multiple.
-
Ok. You would use the same COUNTIFS, but you would adjust the dates that are in bold. The first date is the Monday and the second date is the Friday.
=COUNTIFS({Pattern Sheet Worker Column}, "LUIS", {Pattern Sheet Status Column}, "BOOKED", {Pattern Sheet Date Completed Column}, AND(@cell >= DATE(2020, 07, 27), @cell <= DATE(2020, 07, 31)))
The dates are (yyyy, mm, dd)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!