Hi,
How can I sum up each column based on the criteria inputted? What I've used is this but obviously not the most practical.
=SUMIF(B2:B25,K2,C2:C25)+SUMIF(D2:D25,K2,E2:E25)+SUMIF(F2:F25,K2,G2:G25)+SUMIF(H2:H25,K2,I2:I25)
How can I simplify this?
<colgroup><col width="64" span="11"...