SUMIF Partial Text

I'm trying to sum the contract amount if the contract status contains Awarded. Contract Status is a multi-select column so may contain more than one status.
=SUMIF({Contract Status}, CONTAINS(@cell, "Awarded", {Contract Amount}))
This is coming back as $0 when it should be over $57k.
Thoughts?
Best Answer
-
Never mind, I got it!
=SUMIF({Contract Status}, CONTAINS("Awarded", @cell), {Contract Amount})
Answers
-
Never mind, I got it!
=SUMIF({Contract Status}, CONTAINS("Awarded", @cell), {Contract Amount})
-
Great! Glad you found an answer, and thanks for sharing 🙂
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Does this not work for contact list cells? I am trying to make it work in a column where there are multiple contacts allowed within a cell.
-
I would suggest using the HAS function in this instance:
=SUMIF({Contact Column}, HAS(@cell, "Contact Name"), {Column to SUM})
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Yes! This worked - thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!