SUMIFS
I am trying to use the sumifs to get the total of amounts that have been paid based on certain categories but need to exclude certain submitters
The way I have tried it is below.
=SUMIFS({Paid to Date},{Category}, OR("Type 1", "Type 2", "Type 3", "Type 4"), {Submitted By}, OR("Name 1", "Name 3", "Name 5"))
I have thought about expanding it to be the sum of a bunch of sumifs but I would rather not have an excessively long formula.
Best Answer
-
Hi @Kimberly Loveless ,
Try this:
=SUMIFS({Paid to Date},{Category}, OR(@cell="Type 1", @cell="Type 2", @cell="Type 3", @cell="Type 4"), {Submitted By}, OR(@cell="Name 1", @cell="Name 3", @cell="Name 5"))
Let me know if it works!
Best,
Heather
Answers
-
Hi @Kimberly Loveless ,
Try this:
=SUMIFS({Paid to Date},{Category}, OR(@cell="Type 1", @cell="Type 2", @cell="Type 3", @cell="Type 4"), {Submitted By}, OR(@cell="Name 1", @cell="Name 3", @cell="Name 5"))
Let me know if it works!
Best,
Heather
-
That worked thank you. I knew there had to be a way to do it. 😁
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!