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
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!