Formula for SUM IFS

I am looking to write a formula that Sums a PO Amount column if PO is a number and Vendor does not equal ABC Company.
Any help would be greatly appreciated!
Answers
-
That would look something like
=SUMIFS([PO Amount]:[PO Amount], PO:PO, ISNUMBER(@cell), Vendor:Vendor, @cell <> "ABC")
-
I could not get this to work, but I am referencing another sheet for both the PO column and Company. I also tried creating a helper column with the following formula =IF(AND(ISNUMBER([PO]@row), [Company]@row <> "ABC Company"), [PO]@row, 0) and then sum the values in the helper column but this isn't working either
-
What exactly did you use, and what exactly do you mean when you say you couldn't get it to work? Was there an error message, or an unexpected number?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!