Collapsing (grouping) rows based on values in cell(s) below

MrBodke

New Member
Joined
Sep 19, 2014
Messages
2
I'm trying to figureout a straight forward way to group rows based on values above/below a columncell, then combine the values that are being grouped with various mathoperations. I'm using Excel 2010.

For example, saycolumn A has values values that range from 0 to 100.

Logic would be:
- starting at thefirst row, if column A has a value over 50, following rows will be grouped withthis row if they have a column A value under 50
- when rows arecombined, column A will be the value over 50, and a second associated column Bwill take the min/max/sum/other types of simple math operations

For example, assume we want the following data to be grouped in this way, with the math operation being to sum the associated column B:

A B
90 1
12 1
14 2
24 1
65 3
13 1
63 1
70 2

would become:

A B
90 5
65 4
63 1
70 2

Ideally, it would benice to use options in Data> Filter, or Data>Group, but it seems thethese tools do not have enough options - at least at first glance(?). Also, Iwould like to avoid VBA. I figure that any kinds of sorting approaches wontwork since the order of the rows matters (unless there is a resort to theoriginal order at the end somehow).

Thanks for the help
 

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top