COUNTIFs referencing another sheet and tied to value in current sheet
Hi all,
I've got a sheet with nothing but a list of dates for all of 2021. I want to add columns to this sheet wherein I count tasks in another sheet by the date and by the assignee.
So in essence, the countifs would filter:
-All instances of tasks whose DATE value in another sheet correspond with current sheet's DATE in cell (this I got to work with =COUNTIF({range}, =Date@row)
-But I also want to add a condition: That also include assignee's name in ASSIGNEE column for that item (this I didn't get to work with additional variations on the above, modifying to COUNTIFS and other tips I found on here.)
Ultimately looking to count in current sheet total tasks for each person for every single day of the year (past, present, future) with the ultimate purpose of reviewing workload.
Best Answer
-
Hi Gideon,
Try this:
=COUNTIFS({assignee range}, Assignee@row, {date range}, Date@row)
Let me know if it works!
Best,
Heather
Answers
-
Hi Gideon,
Try this:
=COUNTIFS({assignee range}, Assignee@row, {date range}, Date@row)
Let me know if it works!
Best,
Heather
-
THAT WORKED, thanks @Heather D !
-
Fantastic! Happy to help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 358 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!