How to sum a column from not the first cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to sum all figures in a column -- e.g. sum(d:d) -- but want the top
item to not the the top cell -- e.g. sum(d3:d). Please advise if anyone can
figure out how to do this? I'm stumped.
 
D.A. Cluett wrote:

:: I want to sum all figures in a column -- e.g. sum(d:d) -- but want
:: the top item to not the the top cell -- e.g. sum(d3:d). Please
:: advise if anyone can figure out how to do this? I'm stumped.

Well there are 65536 cells in total in the column so you could try
=SUM(D3:D65536)
 

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

Similar Threads


Back
Top