Kiwi den

Board Regular
Joined
Feb 17, 2014
Messages
143
Office Version
  1. 365
Platform
  1. Windows
I have a sheet that i want to import data to (sheet1 B2) this data is seperated by a comma i want to seperate and create it listed in a single column on (sheet 2 B2, B3, B4 etc)
can someone please help with a formula
thanks in advance
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Thanks for the link.
When I open that file, remove the x from the front of that formula and press Enter the formula correctly returns Bob. Copied down it returns the other names, though "John Boy" becomes "JohnBoy".
That is why I provided a different version in post 8. The post 8 formula also works for me in the file you provided.

Upshot is that if you have tried the other things I suggested in the thread and the formula still will not be accepted into the cell then I am at a loss as to the reason.
 
Upvote 0
Darn... Thanks anyway for taking the time and the effort you put in is much appreciated
 
Upvote 0
Sorry I can't be more help. You could try building the formula up from inside to out to try to locate the problem. That is, see if you can put these formulas in the sheet.
=A$1
then
=SUBSTITUTE(A$1," ","")
then
=SUBSTITUTE(SUBSTITUTE(A$1," ",""),",",REPT(" ",100))
etc
 
Last edited:
Upvote 0
Have you tried my Power Query Solution? In 2016 it is called Get and Transform and is located on the Data Tab of the Ribbon.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,525
Members
448,969
Latest member
mirek8991

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