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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!