I found a formula (see below) that lets me subtotal on changes in 2 columns. However I need to subtotal on changes in 3 columns. IS there a modification to the below formula that would allow me to add one more column? I would check for changes in columns A, B and C and subtotal the value in Column D.
I can get the result using a Pivot Table however I really just want the subtotal to be a running value in column E
I don't understand the formula enough to modify it for one more column...
Spreadsheet Formulas
Cell Formula
D2 =IF(B2=B3,"",SUMPRODUCT(--($A$2:$A$23=A2),--($B$2:$B$23=B2),$C$2:$C$23))
I can get the result using a Pivot Table however I really just want the subtotal to be a running value in column E
I don't understand the formula enough to modify it for one more column...
Spreadsheet Formulas
Cell Formula
D2 =IF(B2=B3,"",SUMPRODUCT(--($A$2:$A$23=A2),--($B$2:$B$23=B2),$C$2:$C$23))