Need a Way to Group in a Calculated Column Based on Another Column

MacFletch

New Member
Joined
Mar 18, 2015
Messages
8
I am looking for a way to group the data below by the "Channel" column in order. Here is what I have:


UniqueIDChannelOrder
123456E1
123456E2
123456DM3
123456E4
234567DM1
234567DM2
234567E3
345678DM1
345678E2

<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>

This is what the end result should look like:

UniqueIDChannelOrderGroup
123456E1E|E|DM|E
123456E2E|E|DM|E
123456DM3E|E|DM|E
123456E4E|E|DM|E
234567DM1DM|DM|E
234567DM2DM|DM|E
234567E3DM|DM|E
345678DM1DM|E
345678E2DM|E

<colgroup><col span="3"><col></colgroup><tbody>
</tbody>

I tried the Jason Thomas method but kept getting an error that said "Calculation Needed".

Any help will be greatly appreciated.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,216,172
Messages
6,129,291
Members
449,498
Latest member
Lee_ray

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