Output nth number from a single input?

Svextra

New Member
Joined
Feb 23, 2018
Messages
2
I have a single cell with a few numbers, along with other information, for example: [9273, 9274, 9329, 9342]

I want to output each number in an individual cell. How can I do this?

Here's an image for reference: https://i.imgur.com/bu1dzix.png
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Excel 2010
ABCDEF
1[9273, 9274, 9329, 9342]9273927493299342
Sheet12
Cell Formulas
RangeFormula
C1=TRIM(MID(SUBSTITUTE(MID(LEFT($A1,LEN($A1)-1),2,LEN($A1)-2),",",REPT(" ",100)),COLUMNS($C1:C1)*99-98,99))
D1=TRIM(MID(SUBSTITUTE(MID(LEFT($A1,LEN($A1)-1),2,LEN($A1)-2),",",REPT(" ",100)),COLUMNS($C1:D1)*99-98,99))
E1=TRIM(MID(SUBSTITUTE(MID(LEFT($A1,LEN($A1)-1),2,LEN($A1)-2),",",REPT(" ",100)),COLUMNS($C1:E1)*99-98,99))
F1=TRIM(MID(SUBSTITUTE(MID(LEFT($A1,LEN($A1)-1),2,LEN($A1)-2),",",REPT(" ",100)),COLUMNS($C1:F1)*99-98,99))
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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