"Reverse concatenate"

panyagak

Active Member
Joined
Feb 24, 2017
Messages
299
Hi Mrexcel Experts.

I copied this data below from a website, pasted to Excel in my small Smartphone but pasted in just one column.

I want it to be in separate columns.

Kindly help out.

Regards

23:00 Barcelona Atletico - Universidad O&M 2.99 3.24 2.12 1
23:00 Clan Juvenil - LDU Loja 2.54 3.16 2.47 5
23:00 Ferroviaria - Cianorte 1.81 3.53 3.69 16
23:00 Paysandu PA - Luverdense 1.67 3.47 4.89 21
23:00 Santa Rita - Orense 2.28 2.98 3.04 4

Example 1:
23:00 Barcelona Atletico - Universidad O&M 2.99 3.24 2.12 1
To be;
|23:00 |Barcelona Atletico - Universidad O&M| 2.99 |3.24 |2.12| 1| as columns
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Text at A1

Please try

B1 =LEFT(A2,5)
C1 =MID(LEFT(A2,FIND(D2,A2)-2),FIND(" ",A2)+1,50)
D1:G1 =TRIM(LEFT(RIGHT(SUBSTITUTE($A2," ",REPT(" ",50)),50*COLUMNS(D2:$G2)),50))
 
Upvote 0
Bo_Ry

HEAVENLY PERFECT FOR A "NEW MEMBER ". Thanks SO SO MUCH!!

SORRY for taking time; Just tested it NOW after updating my Android Playstore.

Regards
Patrick
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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