Group data by Identifier in one column, then sort based on Identifier in another

lostballtallweeds

New Member
Joined
Sep 26, 2017
Messages
3
Hello all, and thank you for everyone's time in providing this valuable resource. I spend a lot of time manually sorting data that is pulled from a database and hope to be able to streamline the process, but so far I have struck out in using different combinations of VLOOKUP AND Match/Index. I'm hoping that someone here can point me in the right direction.



[TABLE="width: 500"]
<tbody>[TR]
[TD]10100[/TD]
[TD]F1[/TD]
[TD]99[/TD]
[TD]OQ[/TD]
[/TR]
[TR]
[TD]34567[/TD]
[TD]R1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10100[/TD]
[TD]R2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10100[/TD]
[TD]R3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10100[/TD]
[TD]F2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10100[/TD]
[TD]T[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10100[/TD]
[TD]R1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]34567[/TD]
[TD]R2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]34567[/TD]
[TD]T[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]34567[/TD]
[TD]F1[/TD]
[TD]98[/TD]
[TD]OQ[/TD]
[/TR]
</tbody>[/TABLE]

I need the data from the chart above to be returned on a different sheet in the same workbook as-



[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]10100[/TD]
[TD]99[/TD]
[TD]OQ[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]R1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]R2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]R3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]T[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]F1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]F2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]34567[/TD]
[TD]98[/TD]
[TD]OQ[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]R1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]R2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]T[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]F1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

This is far beyond my skill level, but I hope someone out there has a solution for me.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,223,888
Messages
6,175,208
Members
452,618
Latest member
Tam84

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