Sheet Summary with SUMIF
I'm trying to pull in expenses tied to a specific category and based on a specific month. I've been trying to make this formula work but keep running into "Incorrect Argument Set" and "Unparseable" messages. I've tried to edit this many different ways and cannot get it to work.
=SUMIF([Expense Category]:[Expense Category], "Software", Amount:Amount, [Month Number]:[Month Number}, 2)
Any tips?
Best Answers
-
Hi @Dixon
You need to use SUMIFS if using multiple criteria.
Try this: =SUMIFS(Amount:Amount, [Expense Category]:[Expense Category], "Software", [Month Number]:[Month Number], 2)
Hope this helps,
Dave
-
It looks like you need the SUMIFS formula instead of =SUMIF. With SUMIFS, the range you want to add goes first, then the criterion information. Try this formula.
=SUMIF(Amount:Amount, [Expense Category]:[Expense Category], "Software", [Month Number]:[Month Number], 2)
Answers
-
Hi @Dixon
You need to use SUMIFS if using multiple criteria.
Try this: =SUMIFS(Amount:Amount, [Expense Category]:[Expense Category], "Software", [Month Number]:[Month Number], 2)
Hope this helps,
Dave
-
It looks like you need the SUMIFS formula instead of =SUMIF. With SUMIFS, the range you want to add goes first, then the criterion information. Try this formula.
=SUMIF(Amount:Amount, [Expense Category]:[Expense Category], "Software", [Month Number]:[Month Number], 2)
-
Thank you so so much @DKazatsky & @Nicole.Miller - this was extremely helpful and worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 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!