Sheet report Countifs - multiple categories by person
Hi
We use a metrics sheet to tally the number of design dept. requests (10 types), this then feeds to a dashboard for the Co. to see currents Dept demands. I've been asked to now reflect the number of requests by status (7 types) per design team member (4 staff).
I have individual totals, IE David 10, =COUNTIF({Request Tracker Range 3}, Category25. but can't work out the formula required to show the status Eg: of David's 10, 3 are In progress, 2 are Pending, 3 Not started etc etc. The source sheet has the columns next to each other "Assigned To" & "Status", everything I try I get different error's, help! Thanks Team.
Regards
Jason.
Cheers.
Best Answer
-
You are going to want to reference the other sheet's columns individually like so...
=COUNTIFS({Other Sheet Assigned To}, "David", {Other Sheet Status Column}, Category@row)
Answers
-
Can you provide screenshots of your source and metrics sheet with sensitive/confidential data removed, blocked, and/or replaced with "dummy data" as needed?
You are most likely going to end up using a COUNTIFS function, but I can't be more specific than that without seeing what exactly you are working with.
-
Morning Paul,
Thanks for reaching out, see attached. I have a sheet summary set up in the Design 'RR' that is counting total of each Status category but this should not be effecting the metrics sheet. As you can see the current Fx is counting Dept. status totals and not for David. I have 3 other staff members I need to account the same to.
Regards
Jason.
Cheers.
-
You are going to want to reference the other sheet's columns individually like so...
=COUNTIFS({Other Sheet Assigned To}, "David", {Other Sheet Status Column}, Category@row)
-
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!