Count the # of times a person was assigned a specific request type task and in what month
Hello! I need help applying a formula to reflect the following.
Background:
We have two sheets:
- Observe Request - Completed Client Insights
Client Insights Tracker
What we need:
- Apply formula in the client insights tracker that pulls from the observe request - completed client insights file that shows the count (#) of request types per person
- Example a: For November, Erica got 1 client call request type assigned
- Example b: For October, Shay got 2 Reporting/data request
2. Apply formula in the client insights tracker that pulls from the observe request - completed client insights file that shows count (#) of requests submitted per month in
Thank you! Please let me know if you need more info.
Answers
-
Hi @sjohanson,
I think you could use "COUNTIFS" here to calculate those values. It would look something like this:
1.Count by request type - "Client Call Request" for this example
=COUNTIFS({range for request type from observe request sheet}, "Client Call Request", {range for assigned named from observe request sheet}, [Analyst Name v2]@row)
If you had other conditions, such as the status needs to be complete on the observe request sheet, you could add those in as well, using the syntax, "{Criterion range}, Criterion"
2. For # requests submitted by month - November in this example…
=COUNTIFS({range for final request month from observe request sheet}, "November", {range for assigned name from observe request sheet}, [Analyst Name v2]@row
Does that help?
-
@Jennifer Kurtz Unfortunately I am getting an error. Please take a peek and let me know if you can catch the error!
-
@sjohanson - Good morning! It looks like you're missing the range for your analyst piece.
The syntax for the COUNTIFS formula is =COUNTIFS(Range1, Criterion1, Range2, Criterion2…
You've got the range for the "Observe Request," and the criterion defined as "Client Call Request."
You need to add the second range for the analyst - and then the formula should look for the [Analyst Name v2]@row you've defined. :)
Does that help?
(One tip that helps me, too — you can name those ranges anything you like! I like to keep mine on the shorter side, and include enough in the name so i remember what it's referring to. Everybody does it differently, though!)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!