Page 1 of 1

Sum base on variable

Posted: Sun Jan 23, 2022 3:41 pm
by sna
Hi there!

I have an issue with formula sum values base on month criteria.sum from the start month to month as variable.
In this example I sum base on Feb .it sums from Jan to Feb but the result not I need .it should 3 not 4.


TY

Re: Sum base on variable

Posted: Sun Jan 23, 2022 4:55 pm
by logic
I think you want the formula like this,

C5 =SUMIFS(OFFSET(A2,0,0,1,MATCH(B5,1:1,0)),OFFSET(A1,0,0,1,MATCH(B5,1:1,0)),"<>")

Re: Sum base on variable

Posted: Sun Jan 23, 2022 5:32 pm
by sna
TY ☺️