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
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 286 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!