Column Data to row

Jranchhod

Board Regular
Joined
Feb 9, 2009
Messages
56
Hi All

I have a data set of names in column A and in Column B, C, D I have telephone numbers of the names.

How can get the telephone numbers all in Column B underneath each other next to the name eg.

From below
A B C D
Jetash, 011 25522 , 523656, 215136213

To Below

A B
Jetash 011 25522
Jetash 523656
Jetash 215136213

Thank you in advace

Jetash
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hello,

=INDEX($B$2:$B$10,SMALL(IF($A$2:$A$10=E2,ROW($B$2:$B$10)-ROW($B$2)+1),COLUMNS($A:A)))

E2 is the name in your case "Jetash" and donw to the list. You need to create unique list of names first and use them a criteria like this (E2).

This is an Array formula and enter this with Ctrl+Shift+Enter and drug it to right side for the D and E and etc columns
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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