How do I fix cell refs when adding rows
I think this does what you want:
=SUM(INDIRECT("A1:A"&ROW(A5)))
Does that help?
***********
Regards,
Ron
"Dave L" wrote:
Is there any way for me to insert a row without changing a cell ref in a
formula eg =sum(a1:a5) instead of changing to A2:A6 I want A1:A6 ie the range
increases in line with the added row.
TIA
Dave
|