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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!