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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!