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
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!