how to extract figure from CELL A to CELL B,C,D,E,F

hkbhansali

Board Regular
Joined
Oct 26, 2013
Messages
51
hi,
i have a figure in CELL A1 is 3.00 2.85 23.23 0.08 12.22 now i want extract this in different cell like
CELL B1 , C1 , D1 , E1, F1
3.00, 2.85, 23.23, 0.08, 12.22


Please help
 
Last edited:

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Select the cells with data in column A.

Data > Text to Columns, Delimited and specify Space as the delimiter, then click Finish.
 
Upvote 0
You can use this formula, and dragging them to the right and down
=TRIM(MID(SUBSTITUTE($A1;" ";REPT(" ";255));COLUMN(A1)*255-254;255))*1
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,802
Messages
6,181,054
Members
453,014
Latest member
Chris258

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