SumIfs Exclude Column from Other Sheet
Hello,
I've recently learned due to our finance system, we are duplicating spend amounts, so I now need to eliminate all items listed as closed in the sheet where the names and totals live.
I have searched and tried multiple formulas, but I must be missing something small. I have an existing formula, which finds all vendors with a single name and sums the total amount committed to them.
I have used a not, and excluder, and on. My original formula is =SUMIFS({Total}, {Vendor}, 2 = Vendor3)
Two of My Last Attempts are Below
=SUMIFS(({Total}, {Vendor}, 2 = Vendor2), AND({PO Status}, @row <>"Closed"))
=SUMIFS(({Total}, {Vendor}, 2 = Vendor2), {PO Status}, @cell <>"Closed")
This is a screenshot of where the formula lives
And a screen shot of the other sheet where the data lives
What am I missing?
Best Answer
-
Your second one is the closest. Just remove the closing parenthesis from after "Vendor2".
Answers
-
Your second one is the closest. Just remove the closing parenthesis from after "Vendor2".
-
Thanks so much, I knew it was something small
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!