Sum sections of data

B

Brian

I have a multiple groups of data with line breaks between each. I would like
to sum the column and in the output cell, have the SUM equation. I want this
because I may change one of the value and would want it to update
automatically.

7
5
6
6
9
33 (<-output cell)

5
6
2
1
1
0
1
16 (<-output cell)
 
B

Barb Reinhardt

I'm thinking something like

=SUM(A1:A10)

would do or did you want this with VBA?
 
B

Brian

I would want VBA to populate this field. They are not all the same amount of
rows of data. I would like the SUM equation to be inserted in the blank row
right below the data, them move down to next section of data and sum those
(leaving the sum equation in the cell).
 

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

Top