I have one column with values of which I list the cumulative sum in the results-column. But this needs to happen separately for the three (sorted) categories in the second column! Screenshot
See the example sheet here.
I have been trying since hours to solve this rather simple problem without success. Since the formula will be part of an already pretty extensive array-formula it's
Mandatory to be an array-formula
Best if we can get it to work without further
=if()questioning
It's very very simple to solve this with a drag-down formula but I can't translate this in to an array-formula for some reason!
=SUMIF($B$2:B2,$B$2:B2,$A$2:A2)
???cell. do you want only A? only B? All? What should the answer be? - Scott Craner