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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!