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.8K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!