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
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!