Hello, I am attempting to calculate the sum of a PRICE column, if the COLOR column=BLUE AND the FABRIC column=TW100.
If I type =SUMIFS(PRICE, FABRIC, Fabric@row, COLOR, Color@row) it calculates the total for ALL rows in sheet including a BLUE color, even if the FABRIC is not TW100. I need a formula which will only calculate TW100 and BLUE.
The true formula in the sheet is below (it references another sheet)
=SUMIFS({Color Tracking Reporting Range 1}, {Color Tracking Reporting Range 2}, Fabric@row, {Color Tracking Reporting Range 5}, Color@row)