Hello, I'm trying to retrieve SHIPPING COST for the current month of DATE REQUESTED for all repairs under ACTION TAKEN for the WARRANTY ACCOUNT “41130”. There are 4 different columns I’m trying to draw data from and I’m not too sure how to sequence the formula. All caps words are the columns I’m trying to include in the formula. This is what I currently have an am getting #INCORRECT ARGUMENT error.
=SUMIFS({RGA & Service Calls Shipping Costs}, AND(IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), IFERROR(YEAR(@cell), 0) = YEAR(TODAY())), {RGA & Service Calls Date}, {RGA & Service Calls Action Taken}, [Column2]13, {RGA & Service Calls Warranty Account}, "41130")