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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!