I would like the cell to always sum all cells that are superior. When I drag, the formula is copied correctly:
**CelJ3** =SE(I3="";"";SUM($I$2:I3))
**CelJ4** =SE(I4="";"";SUM($I$2:I4))
.
.
.
.
**CelJ100** =SE(I100="";"";SUM($I$2:I100))
But how do you put this formula in the ArrayFormula so that every column contains the formula?