SUMIFS and CONTAINS
This is a very basic formula that has worked for me in the past, but I'm rusty.
I'm trying to sum the number of times a certain term is used in a multi-select field in a different sheet. I know I need to use SUMIFS and CONTAINS, I just don't remember what my @cell reference should be.
=(COUNTIFS({Equity Tool Impacted Equity-Deserving Groups}, CONTAINS, "2SLGBTQ+ Communities", @cell)) - which cell am I referring to?
Thank you, and sorry for the basic question
Best Answer
-
Hi @juwilson,
Your formula is pretty much there - you're just missing a bracket and have an extra comma. Try this:
=(COUNTIFS({Equity Tool Impacted Equity-Deserving Groups}, CONTAINS("2SLGBTQ+ Communities", @cell))
Hopefully that should fix your error!
Answers
-
Hi @juwilson,
Your formula is pretty much there - you're just missing a bracket and have an extra comma. Try this:
=(COUNTIFS({Equity Tool Impacted Equity-Deserving Groups}, CONTAINS("2SLGBTQ+ Communities", @cell))
Hopefully that should fix your error!
-
@Nick Korna Thank you! Silly mistake
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!