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