Count by date and person
I have successfully used the formula below to return a count of submitted issues on a log that have been resolved within the past week. I need to now take this amount and record the count by staff member who resolved the issue. On the source sheet I have a column where the individual is listed "First name Last name".
=COUNTIFS({Resolved Date Range}, IFERROR(WEEKNUMBER(@cell), 0) = WEEKNUMBER(TODAY()), {Resolved Date Range}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
Answers
-
You would add another range/criteria set following the same syntax you have in your existing formula (range, criteria, range, criteria). The range would be the column with the name in it, and the criteria would be the name.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!