#INCORRECT ARGUMENT SET

Good Morning,
I need to sum all executed contracts, but only summing the most recent record. I am using SUMIFS and my formula isn't working out.
=SUMIFS({Sheet - Contract Management - Complete Lib Range 3}, "Executed", {Sheet - Contract Management - Complete Lib Range 4, "Y",{Sheet - Contract Management - Complete Lib Range 2})
Range 3 is my Status column, Range 4 is my Last Record column and Range 2 is my amount column.
Thanks in advance for any assistance.
Best Answer
-
Also missing a closing curly bracket after Range 4.
=SUMIFS({Sheet - Contract Management - Complete Lib Range 2},{Sheet - Contract Management - Complete Lib Range 3}, "Executed", {Sheet - Contract Management - Complete Lib Range 4}, "Y")
Answers
-
If what you are trying to sum is the Range 2 amount column, that should be at the beginning of your formula.
=SUMIFS({Sheet - Contract Management - Complete Lib Range 2},{Sheet - Contract Management - Complete Lib Range 3}, "Executed", {Sheet - Contract Management - Complete Lib Range 4}, "Y")
This will sum the values in the Amount column where your Status is Executed and the Last Record is Y.
If my answer helped you, please be sure to mark it as Accepted to help future learners locate the information.
Always happy to work through questions or concerns!
-
Also missing a closing curly bracket after Range 4.
=SUMIFS({Sheet - Contract Management - Complete Lib Range 2},{Sheet - Contract Management - Complete Lib Range 3}, "Executed", {Sheet - Contract Management - Complete Lib Range 4}, "Y")
-
Thank you both! That did it!
-
Happy to help. ๐๏ธ
Good catch, @Colleen Patterson as well seeing that order mix-up in the syntax.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!