Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Help!! Is there a way to split a single column into 2 separate columns. I
have 6882 rows of info I need to split. Each row starts with 5 numbers, then 2 spaces, followed by phrases. Thanks!! |
#2
![]() |
|||
|
|||
![]()
If there is only one set of spaces, you could use DataText To Columns with
a space delimiter. -- HTH RP (remove nothere from the email address if mailing direct) "Eve" wrote in message ... Help!! Is there a way to split a single column into 2 separate columns. I have 6882 rows of info I need to split. Each row starts with 5 numbers, then 2 spaces, followed by phrases. Thanks!! |
#3
![]() |
|||
|
|||
![]()
Asuming the data is like 11111 sfsdfsf -in column a
In column b use=LEFT(A1,5) In column c use =TRIM(MID(A1,8,15)) HTH "Eve" wrote: Help!! Is there a way to split a single column into 2 separate columns. I have 6882 rows of info I need to split. Each row starts with 5 numbers, then 2 spaces, followed by phrases. Thanks!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
merge data from multiple columns to single column | Excel Worksheet Functions | |||
Convert one row and 50 columns of info to a single printable page | Excel Worksheet Functions | |||
How to split one column into two? | Excel Worksheet Functions | |||
Change the width of a single column in a column chart | Charts and Charting in Excel | |||
how to convert multiple columns of data into one single column? | Excel Worksheet Functions |