How to Extend Range Automatically

M

myeaddress2003

Hi, if i put a formula on a column like =Sum(A1:A9) now i want that
excel make the formula extend so that if some one put value in A10 or
A110 Ecel Automatically add it . is it possible
 
D

Dav

Why not just have the range to its maximum value in the first place, is
this not unduly complicating things?

sum(a1:a10) returns the same as sum(a1:a1000) if a11:a1000 are blank

Regards

Dav
 
Top