concating data in top most cell for every range

mijaz

New Member
Joined
Aug 15, 2011
Messages
6
I have data in two columns i.e A and B. A column has numerics and B column has alphabetical values against them. But each numeric in column has more than one alphabetical value against it in column B e.g:

Column A Column B
cell A1:123 Cell B1: a
Cell B2: b
Cell B3: c
cell A2:124 Cell B4: a
Cell B5:c
cell A3:128 Cell B6: 1
Cell B7: 4

There are three values against "123" of cell A1 in B1, B2 and B3. Similarly, Cell A2 and A3 have two values each in column B.

I want to concatenate all values belonging to column A's specific numerics in one cell in column B. I mean B1 to B3 should be top concatenated.

Thanks in Advance,

Regards,
 
Last edited:

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
This is what you have layed out, according to your verbage. This isn't going to be easy... hummmmmmmmmmm
Excel Workbook
AB
1123a
2124b
3128c
4a
5c
61
74
Sheet1
Excel 2007
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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