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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
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,222,017
Messages
6,163,401
Members
451,835
Latest member
kristianb63

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