My Assistant
![]() ![]() |
|
|
Jul 20 2007, 12:49 PM
Post
#1
|
|
|
UtterAccess Certified! Posts: 7,208 From: Arizona, United States |
I have a column, each row is a 17 digit #. , i.e.: #################
What I want is to separate that neatly and precisely into 3 columns, as follows: ### ### ####### #### Other than saving as text, then importing the text file back again at which time i could move those handy column markers in the import wizard, is there a simple way to do this, preserving all values of cells just inserting column lines at the right points? |
|
|
|
Jul 20 2007, 12:56 PM
Post
#2
|
|
|
Retired Moderator Posts: 10,959 From: Prague,CZ / Kiev,UA |
You want to parse the string into separate cells? 6,7,4 characters?
ColumnB =LEFT(A1,7) ColumnC =MID(A1,8,6) ColumnD =RIGHT(A1,4) copy, paste over as values. delete the original. Martin |
|
|
|
Jul 20 2007, 01:07 PM
Post
#3
|
|
|
UtterAccess VIP Posts: 4,308 |
What about Data>Text to columns... with the fixed width option?
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 19th June 2013 - 10:13 PM |