+ Reply to Thread
Results 1 to 11 of 11

Splitting cells into new columns

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-18-2008
    Location
    Scotland
    Posts
    156

    Splitting cells into new columns

    Hi, another query for you guys.
    I have an excel file that has data only in the first column, the data is an import from a .txt file. Unfortunately the standard delimited functions doesn't help me as each cell is of varying lengths and all I want to do is split each word in Row1 Column A into a cell per word in Column B, C, D then moving down to row 2 and doing the same thing and so on. There is a sample spreadsheet attached.

    Kind thanks
    Attached Files Attached Files
    Last edited by guerillaexcel; 01-17-2011 at 05:42 AM. Reason: Solved

  2. #2
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Splitting cells into new columns

    hi, a cell per word will mean
    14 JAN 2011 - all three in three different columns
    COMPANY: 8 ACME Inc - all 4 in different columns
    Is it what you are looking for?

  3. #3
    Forum Contributor
    Join Date
    09-18-2008
    Location
    Scotland
    Posts
    156

    Re: Splitting cells into new columns

    Hi watersev, thats right yes.

  4. #4
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Splitting cells into new columns

    In that case this will suffice:

    Sub snb()
       Workbooks.Open "E:\example.txt", , , 3
    End Sub



  5. #5
    Forum Contributor
    Join Date
    09-18-2008
    Location
    Scotland
    Posts
    156

    Re: Splitting cells into new columns

    Quote Originally Posted by snb View Post
    In that case this will suffice:

    Sub snb()
       Workbooks.Open "E:\example.txt", , , 3
    End Sub
    Won't this just open my spreadsheet?

  6. #6
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Splitting cells into new columns

    Did you test it ? It converts a txt-file into a worksheet.

  7. #7
    Forum Contributor
    Join Date
    09-18-2008
    Location
    Scotland
    Posts
    156

    Re: Splitting cells into new columns

    i did yes, apologies, that opens the txt file in excel just fine, cheers.
    The next step is now splitting each cell in column A, any ideas?

  8. #8
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Splitting cells into new columns

    That should have been done: dive into VBEditor's Help : lemma Open.
    the fourth argument '3' indicates that a space is a fielddelimiter.
    Close Excel and try my macro again.

  9. #9
    Forum Contributor
    Join Date
    09-18-2008
    Location
    Scotland
    Posts
    156

    Re: Splitting cells into new columns

    Quote Originally Posted by snb View Post
    That should have been done: dive into VBEditor's Help : lemma Open.
    the fourth argument '3' indicates that a space is a fielddelimiter.
    Close Excel and try my macro again.
    Yes, very strange, it still does not delimit the cells, but it should work.

  10. #10
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Splitting cells into new columns

    may be it suits you as an option, run macro "RE"
    Attached Files Attached Files

  11. #11
    Forum Contributor
    Join Date
    09-18-2008
    Location
    Scotland
    Posts
    156

    Re: Splitting cells into new columns

    Quote Originally Posted by watersev View Post
    may be it suits you as an option, run macro "RE"
    This works perfectly, thanks very much!
    Thanks to you both for all of your help and suggestions, rep left for you.
    cheers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1