Looking to create a sum and a count formula that will automatically adjust itself for new rows that are inserted within the range.
For example if I have the formula in cell D55 =SUM(D17:D54). Every time I insert a new row within that range, I need to change the top range of my formula to account for it.
Is there a way to write a formula that will automatically adjust itself, so that every time I add a new row I will not need to change my summation formula?


17and54, your formula (in cellD56) would become=SUM(D17:D55)- Dmitry PavlivI have the formula in cell D55, wouldn't your formula=Sum(D17:D55)create circular reference? - Dmitry Pavliv