Forum Discussion

sbmln's avatar
sbmln
Copper Contributor
Dec 14, 2023
Solved

How to get Running and Reducing Total at Once

  In this given snap, I used the increasing/decreasing range inside SUMIFS to get the result I wanted. I need to drag down the range below, but how can we perform using spillover functionality...
  • sbmln's avatar
    Dec 19, 2023
    =MAP($A$2:$A$10,B2:B10,LAMBDA(a,b,SUMIFS(B10:b,A10:a,a)))

    =MAP($A$2:$A$10,B2:B10,LAMBDA(a,b,SUMIFS(B2:b,A2:a,a)))

Resources