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 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
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})
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Yes! This worked - thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!