I am trying to write a sumifs formula that sums to create a year to date total

Ron Anderson
ββββ
I am writing a sumifs formula that is returning incorrect argument. I want to sum gross commissions based that occur with a date this year and where the agent = the value in the agent column.
Current formula
=SUMIFS({Gross Commission}, ({Execution Date}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY())), {Agent Name 2}, [Agent Name]@row)
Thanks
Answers
-
Remove the parenthesis from before {execution date} and after Today())
=SUMIFS({gross commissions}, {execution date}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()), {Community Help Sheet Range 2}, [Agent Name]@row)
Melissa Boehl
Smartsheet Architect | TurningPoint Energy
-
That did it. Thanks so much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!