AutoSum for variable number of cells

M

MMH

I have a worksheet with $ values for different people. The data is sorted by
the name of the person, and I have inserted a blank line between each
person's values. Now I want to calculate the total value of the items for
each person in the blank line (e.g. XXX has values in F2:F11, YYY has values
in F13:F28).

I tried using the AutoSum feature, but I cannot work out how to modify the
code so it will work with a variable number of populated cells. I could
really use a hand here.

Thank you in advance for your help.
MMH :)
 
D

Dave Peterson

I think I would get rid of those blank lines.

Then (with the data sorted by that column), use xl's built in
Data|Subtotals to get those values.

If you add extra rows of data, remove the subtotals, resort the data and reapply
the data|subtotals.

You may want to look at Data|pivottable, too.
 
M

MMH

That is absolutely fantastic. I never knew that function was there.

Thank you very much.

MMH :)
 

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