I am trying to sum the Total $ Amount of multiple items, when they meet the Account Code criteria of multiple values in a row (not the entire column). For example, in the first row, "TOTAL $ AMOUNT, 9810-420" should equal $550.00 and "TOTAL $ AMOUNT, 9810-430" should equal $100.00. The "Item... $ Amount" columns are text/number; the "Item... Account Code" columns are text/number, but they contain a JOIN formula.
I've tried multiple formulas, including SUMIFS, but all are returning #UNPARSEABLE.
=SUMIF([Item 1. $ Amount]@row, [Item 1. Account Code]@row = "9810-420") + SUMIF([Item 2. $ Amount]@row, [Item 2. Major-Minor]@row = "9810-420")
Thank you in advance for any suggestions!