Not sure if I've got it, but you can try this.
In order to automatically delete points on date of Rolloff, I would suggest to add another column to introduce a formula to do that. So in I5 enter formula:
copied down.
Then in C1, use that column for your summary which is now formula:
=SUM(I5:I200)-(SUM(INDEX(I5:I200,MATCH(TRUE,INDEX(A5:A200>=INDEX(A5:A200,MATCH(9.999E+307,A5:A200))-30,0),0)):INDEX(I5:I200,MATCH(9.999E+307,A5:A200)))=0)
so you make your manual changes in column H, but column I has the "true" numbers you want based on the logic...
Bookmarks