SumIf Formula
I'm trying to sum an amount column if 2 pieces of criteria from 2 different columns are met and I keep getting #INCORRECT ARGUMENT SET. Here is my formula, any help would be greatly appreciated!
=SUMIF(Amount:Amount, [GL Code]:[GL Code], "7250 - Travel", [User Last Name]:[User Last Name], "HORN", Amount:Amount)
Thanks in advance for any suggestions!
Best Answers
-
You need to use a SUMIFS (with the S on the end) and remove the final range.
=SUMIFS(Amount:Amount, [GL Code]:[GL Code], "7250 - Travel", [User Last Name]:[User Last Name], "HORN")
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response as "helpful" so that others searching for a similar solution can know that one may be found here.
Answers
-
You need to use a SUMIFS (with the S on the end) and remove the final range.
=SUMIFS(Amount:Amount, [GL Code]:[GL Code], "7250 - Travel", [User Last Name]:[User Last Name], "HORN")
-
THANK YOU!!!!!!
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response as "helpful" so that others searching for a similar solution can know that one may be found here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!