SUMIFS & CONTAINS Formula returning #UNPARSEABLE
Advice is greatly appreciated.
=SUMIFS({Alpine Master Range 3}, {Alpine Master Range 2}, "Not Awarded", CONTAINS({Alpine Master Range 1} "Chasse", @cell))
Best Answers
-
Try:
=SUMIFS({Alpine Master Range 3}, {Alpine Master Range 2}, "Not Awarded", {Alpine Master Range 1}, CONTAINS("Chasse", @cell))
-
Hi @Chief Josh,
You didn't provide a lot of information, so not sure exactly what results you are looking for, but see if this is close to what you are trying to do.
=SUMIFS({Alpine Master Range3}, {Alpine Master Range 2}, "Not Awarded", {Alpine Master Range 1}, CONTAINS("Chasse",@cell))
It looks like you just have a syntax error for the CONTAINS portion.
Hope this helps,
Dave
Answers
-
Try:
=SUMIFS({Alpine Master Range 3}, {Alpine Master Range 2}, "Not Awarded", {Alpine Master Range 1}, CONTAINS("Chasse", @cell))
-
Hi @Chief Josh,
You didn't provide a lot of information, so not sure exactly what results you are looking for, but see if this is close to what you are trying to do.
=SUMIFS({Alpine Master Range3}, {Alpine Master Range 2}, "Not Awarded", {Alpine Master Range 1}, CONTAINS("Chasse",@cell))
It looks like you just have a syntax error for the CONTAINS portion.
Hope this helps,
Dave
-
Apologies for the lack of info, but you were indeed able to help resolve. Thank you.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives