Sum Multiple Ranges in the Same Column

G

Guest

Thanks to whoever helped me out with my last two questions. Everything is
working great.
I forsee a problem, and would like to fix it before it happens.
I have an inventory form that is broken up into categories.
The second to last column is the total inventory (ie. count number times
price).
The last column only has data in it at the end of each category, which is
the total of each category.
I tend to add and delete rows during the course of the period as new
products come in and old products are no longer.
Is it possible to create a dynamic range that will cover just the category
and not the entire sheet.
ie.: I want to be able to sum L13:L77, but the range to expand/ contract as
new info is added.
Is this possible?
Thanks
 
R

RagDyeR

XL will automatically compensate for the insertion and/or deletion of rows.

To allow for easier handling of these revisions, a simple approach is to
leave blank rows between your categories, and use those blank rows as the
references in your Sum() formula.

XL will automatically configure the Sum() formula as you delete/insert rows
between those blanks.

For presentation purposes, you could either hide or make those blank rows
very small.
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

Thanks to whoever helped me out with my last two questions. Everything is
working great.
I forsee a problem, and would like to fix it before it happens.
I have an inventory form that is broken up into categories.
The second to last column is the total inventory (ie. count number times
price).
The last column only has data in it at the end of each category, which is
the total of each category.
I tend to add and delete rows during the course of the period as new
products come in and old products are no longer.
Is it possible to create a dynamic range that will cover just the category
and not the entire sheet.
ie.: I want to be able to sum L13:L77, but the range to expand/ contract as
new info is added.
Is this possible?
Thanks
 

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