Returning numbers separated by commas

ToadOnRoll

New Member
Joined
Sep 21, 2006
Messages
7
Hello All,

I have columns which have numbers separated by comma. E.g.

3,135,234
123,23,456,765
23,2345

etc. etc.

Does anyone know how I can return the numbers into separate cells? So one cell for the first number, next cell for 2nd number and so on. Obviously some codes have more than 2 sets of numbers and each set of numbers is made up of a different amount of integers.

I'd rathee use a simple formulae, but is this something a macro could do for me?

Thankyou

ToadOnRoll
 
ToadOnRoll, did you find an answer to this issue that you can share with me? Would be much obliged if you could share it with me.
Welcome to the MrExcel board!

What happens if you try the Text to Columns suggested earlier in the thread?

Alternatively, since you have version 365 and assuming the values are Text and not Numerical you could try this

23 09 12.xlsm
ABCDE
13,135,2343135234
2123,23,456,79512323456795
323,2345232345
Split Commas
Cell Formulas
RangeFormula
B1:D1,B3:C3,B2:E2B1=TEXTSPLIT(A1,",")
Dynamic array formulas.
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,215,172
Messages
6,123,447
Members
449,100
Latest member
sktz

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