I am looking for some help constructing a dynamic range formula that can skip rows.
=SUM(OFFSET(H111;5;0;COUNTA(H111:H116) + 1;1))
My idea was to start at H111 and move down 5 rows, use COUNTA to count all non-blank rows and add 1 to adjust for one blank title/colored row in between.
What I want to do is, is to be able to SUM all the accumulated amortizations for every asset in the total amortization cost field and to be able to add new items which the formula dynamically responds to.
Help is very much appreciated. Thank you!

