Text to columns not function not worked for a cell

hunghung

New Member
Joined
Feb 27, 2018
Messages
19
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I have a cell with data combined together with semicolon ";" as cell A1. However, when I use text to columns function with delimited semicolon, it only appear two columns B1 and C1 with results as below.
Please help me this case.
Thanks,


Book1
ABC
112600215;Delivery Date Hemp Blend T-shirt M;2024-11-08 113 Chalk White;S;30;7323451002397;12600215Delivery Date
Sheet1
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
If you want non vba solution, sorry but I can't help you in this case.
 
Upvote 0
Thank you for your VBA solution Fuji. I apreciate this.
I just rechecked Alex's comment and found function Textsplit that Alex suggest. Tried and it worked for me with delimiter double spaces " " :)

=TEXTSPLIT(A1," ",,TRUE,1)
 
Upvote 0
It sounds like you have something that works for you now. Let us know if that is not the case. Glad we could help.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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