Formula to Group Duplicate Cells/Data into Single Cell (Not VBA)

HeyItsDizzy

New Member
Joined
Apr 11, 2018
Messages
20
Hey Guys Just after some heap been rcking my brain for days!

My Table/Range has been pupulated this way;
Window Support Channel
1/1800, 1/1200, 3/600,
Window Support Channel
4/1800, 2/1200, 4/900,
Window Support Channel
1/1800, 1/1200, 3/600,

<tbody>
</tbody>

<tbody>
</tbody>

I am trying to create another table, where I can read this Range and pupulate it this way;
Window Support Channel1/1800, 1/1200, 3/600, 4/1800, 2/1200, 4/900, 1/1800, 1/1200, 3/600,

<tbody>
</tbody>

And since I made that, I have also noticed noticed Duplicates, therfore is it also possible to take it further and make my table read this way;
Window Support Channel6/1800, 4/1200, 6/600, 4/900

<tbody>
</tbody>

Note: the "1800,1200,900,600" can be any length I have just used these sizes as reference


Thanks in Advance
 
is that what you want?

ItemValueItemValue
Window Support Channel1/1800, 1/1200, 3/600,Window Support Channel1/1800, 1/1200, 3/600,4/1800, 2/1200, 4/900,
Window Support Channel4/1800, 2/1200, 4/900,
Window Support Channel1/1800, 1/1200, 3/600,

Yes that is correct :)
But the above is not like either of your requested results. :unsure:
It neither lists all 9 results like the first request, nor combines the like terms as in your modified request.
Can you clarify further about that?

I am trying to create another table, where I can read this Range and pupulate it this way;
Window Support Channel1/1800, 1/1200, 3/600, 4/1800, 2/1200, 4/900, 1/1800, 1/1200, 3/600,

<tbody>
</tbody>

And since I made that, I have also noticed noticed Duplicates, therfore is it also possible to take it further and make my table read this way;
Window Support Channel6/1800, 4/1200, 6/600, 4/900

<tbody>
</tbody>
 
Upvote 0

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,216,028
Messages
6,128,399
Members
449,447
Latest member
M V Arun

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