I know how to add a dynamic range with a fixed point by doing =SUM(INDIRECT("E14:E" & ROW()-2)),
my problem is that i need to dynamically add a range without a fixed point. Is this possible to do with an excel formula, becuase I cannot do it with a macro or vba code for design and implementation reasons.
so theoretically if you could do =SUM(INDIRECT(("E" & ROW-4):("E" & ROW()-2))) (i know this formula does not work but if i could do something like it)