I am trying to get thunkable to when I add new data in my google sheet, it must add it for month, the start from next monht again, when I add it and drag it, it is working, but when I add it to my block it then show the info from the first month again
=SUMIFS(I:I, ARRAYFORMULA(MONTH($A:$A)), MONTH(A2))
Did use an app script, now working