Creating SUMs based of a multi-select column for each selection.
I have a report that has a multi-select column with a variety of selections. I am trying to create cells at the bottom of that report that show the total #/SUM of each selection that are within that multi-select column.
(Ex. I have a sheet that has column with you can select Active, Pending, Completed from a drop down. I want to create 3 separate boxes that shows the total count for Active, total count for pending, and total count for completed.)
I have tried to formula below but it shows as 0 even though there are selection with that criteria.
=SUMIF(Activity1:Activity40, "Active", Activity1:Activity40)
=SUMIF(Activity1:Activity40, "Pending", Activity1:Activity40)
=SUMIF(Activity1:Activity40, "Completed", Activity1:Activity40)
Best Answer
-
I actually figured this out.
For anyone wondering:
I needed to use "COUNTIF", not "SUMIF". The formula works with that instead.
Answers
-
I actually figured this out.
For anyone wondering:
I needed to use "COUNTIF", not "SUMIF". The formula works with that instead.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!