+ Reply to Thread
Results 1 to 7 of 7

how to seperate the text into columns

  1. #1
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    542

    how to seperate the text into columns

    i want to get the following text into seperate columns in the same row. the string has to start with the digits.kindly see the attached.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: how to seperate the text into columns

    using helper column
    Attached Files Attached Files
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,911

    Re: how to seperate the text into columns

    =TRIM(MID($B$2,IFERROR(FIND(ROWS($B$7:$B7)&" ",$B$2),(9^9)),IFERROR(FIND(ROWS($B$7:$B7)+1&" ",$B$2),(9^9))-IFERROR(FIND(ROWS($B$7:$B7)&" ",$B$2),(9^9))))
    Try this in "B7" and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,911

    Re: how to seperate the text into columns

    =TRIM(MID($B$2,IFERROR(FIND(ROW(1:1)&" ",$B$2),(9^9)),IFERROR(FIND(ROW(2:2)&" ",$B$2),(9^9))-IFERROR(FIND(ROW(1:1)&" ",$B$2),(9^9))))
    can try this to
    and copy towards down

  5. #5
    Forum Contributor
    Join Date
    02-28-2012
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    542

    Re: how to seperate the text into columns

    Quote Originally Posted by nflsales View Post
    =TRIM(MID($B$2,IFERROR(FIND(ROW(1:1)&" ",$B$2),(9^9)),IFERROR(FIND(ROW(2:2)&" ",$B$2),(9^9))-IFERROR(FIND(ROW(1:1)&" ",$B$2),(9^9))))
    can try this to
    and copy towards down
    very nice of you to respond like that. it works and serves my purpose. have a nice day

  6. #6
    Forum Guru
    Join Date
    03-12-2010
    Location
    Canada
    MS-Off Ver
    2010 and 2013
    Posts
    4,418

    Re: how to seperate the text into columns

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Please consider:

    Thanking those who helped you. Click the star icon in the lower left part of the contributor's post and add Reputation.
    Cleaning up when you're done. Mark your thread [SOLVED] if you received your answer.

  7. #7
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,911

    Re: how to seperate the text into columns

    Thanks for your feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Seperate text and numbers into 2 columns
    By Big Swey in forum Excel General
    Replies: 2
    Last Post: 08-15-2013, 03:58 PM
  2. Replies: 3
    Last Post: 04-29-2012, 12:50 AM
  3. Copying text in cell into seperate specific columns
    By marc thomas in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-31-2012, 12:40 PM
  4. Adding Text from seperate columns
    By paperclip in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-12-2006, 11:49 AM
  5. [SOLVED] place text seperated by a space in a column into seperate columns
    By hobiedog in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

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