Cut some of the data in a cell and move to the neext cell

  • Thread starter Thread starter bischofg
  • Start date Start date
B

bischofg

I have data in a cell that contains Lat and Long data that is combined in one
cell with a comma between them. I need to seperate the data into two cells.
Example: -84.000001 39.000002. This needs to be 84.000001 in one cell and
39.000002 in another cell. I tried making a macro but with no luck.
 
Use data>text to column, select space as delimiter, make sure the next
column to the right is empty.
Record a macro while doing this

--


Regards,


Peo Sjoblom
 
-84.000001 39.000002

You are right, I didn't even read that part, I just saw the above which is
space delimited but the OP obviously said comma, my bad.

--


Regards,


Peo Sjoblom
 
Back
Top