Trying to count the value in my multi select column
Trying to add the unique values in a multi-select form after a criterion is met.
Here's the formula I'm trying to use:
=SUMIFS({Business Area}, [column8]@row, {Imp Group}, Label@row, {Business Resources})
Now, If the business area is the value at the row (Admin), and the imp group, is value at the row (day 0), then add the values in the Business Resources column.
NOTE: I used the CountM formula to get the values in the Business Resources column.
Table looks similar to this:
With the correct automated formula, I'd like to achieve the values in the shaded total columns in screenshot.
Any ideas?
Answers
-
It looks like your syntax is a little off. WIth SUMIFS, the range to sum comes first.
=SUMIFS({Business Resources}, {Business Area}, [column8]@row, {Imp Group}, Label@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!