Extend range to sum

  • Thread starter Thread starter Ivor Williams
  • Start date Start date
I

Ivor Williams

I want to have cell C1 display the sum of an unknown number of cells in
column D. The list in column D will grow over time. How can this be done
without specifying a range much larger than I currently need?

Ivor
 
Can you use the whole column?

=sum(d:d)

Excel is smart enough not to actually have to check each of those 65536 cells.
 

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