How to Extend Range Automatically

  • Thread starter Thread starter myeaddress2003
  • Start date Start date
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
 
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
 
Why not just have the range to its maximum value in the first place, is
this not unduly complicating things?

Just to add on a little ...
For eg: =SUM(A:A)

---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top