Help on Countifs Formula
Hello Smartsheet Community,
I'm looking for some guidance on a countif formula. Specifically, i'm trying to count a specific request type where multiple types of requests can be submitted with a single request. My current formula is counting my criteria, however if another type of request is selected i.e. 2 or more, it doesn't count in my totals.
Formula: =COUNTIFS([Type of Request]:[Type of Request], "Remove Form(s)")
So in the image i'd like to count both requests individually toward a grand total one for "Remove Form(s)" and one for "Update/Replace Form(s)".
Any help or pointers are appreciated.
Thank you in advance.
JB
Best Answer
-
Try using a CONTAINS function like so...
=COUNTIFS([Type of Request]:[Type of Request], CONTAINS("Remove Form(s)", @cell))
Answers
-
Try using a CONTAINS function like so...
=COUNTIFS([Type of Request]:[Type of Request], CONTAINS("Remove Form(s)", @cell))
-
Thank you very much, @Paul Newcome . That did it! Have a nice rest of your week.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!