Sort Data in two columns to single row

krishnakashyap

New Member
Joined
Jul 1, 2015
Messages
3
Hi,

I have a set of data something like below. But its a huge data though.


(Column1 )(Column2 )
Commodity Partnumbers
S71 A06-15789-000
A03-52458-002
S89 A05-15789-000
A08-57778-002
A09-57785-003
S71 A06-15789-000
A03-52458-002
......... thousands of rows

I would like the above data to be sorted in rows like below...


(Column1 ) (Column2 )
S71 S89
A06-15789-000 A05-15789-000
A03-52458-002 A08-57778-002
A09-57785-003.... etc.. Side by side in the same row..


Thanks a lot for your kind attention and any help is greatly appreciated..
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Extremely sorry about the formatting.. which didn't work like I thought..

Please see the input below..

S71

<tbody>
</tbody>
A06-15789-000

<tbody>
</tbody>
A03-52458-002

<tbody>
</tbody>
S89

<tbody>
</tbody>
A05-15789-000

<tbody>
</tbody>
A08-57778-002

<tbody>
</tbody>
A09-57785-003

<tbody>
</tbody>

<tbody>
</tbody>


Please see the output below...

S71

<tbody>
</tbody>
S89

<tbody>
</tbody>
A06-15789-000

<tbody>
</tbody>
A05-15789-000

<tbody>
</tbody>
A03-52458-002

<tbody>
</tbody>
A05-15789-000

<tbody>
</tbody>
A09-57785-003

<tbody>
</tbody>

<tbody>
</tbody>


Thanks a lot for your reply
 
Upvote 0

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,559
Latest member
MrPJ_Harper

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