Say I have 5 column headers that repeat 3 times. Apples, Oranges, Bananas, Grapes, Plums, Apples, Oranges, Bananas...etc. The headers are all in row 2. Underneath (Row 3 - Row 230) each header are counts.
I want to sum all of the counts underneath each column where the header is "Apples".
I'm using this formula: =SUMIF(I2:AW2,"Apples",I3:AW230)
The SUM I get back is off by a large factor. Anyone know what I'm doing wrong?