+ Reply to Thread
Results 1 to 5 of 5

dot separated words

  1. #1
    Registered User
    Join Date
    12-21-2010
    Location
    Lahore, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    73

    dot separated words

    Hi All,
    I have dot separated words in column A, eg., apple.orange. Now i want to write each word in separate columns. So apple will go to column B while orange will go to column C.
    Can anyone help me do this words separation by some formula?

    -----A---------------B-----------------C---
    apple.orange ------ apple ----------- orange

    How can i get col B and C from col A?

    Any help would be highly appreciated.

    -naeemdotcom

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: dot separated words

    assuming your data is in A1, in B1 copy paste below
    =TRIM(MID(SUBSTITUTE("."&$A1,".",REPT(" ",100)),COLUMN(A1)*100,100)) and drag to right

    or use text to columns options in data tab
    select cells you want to separate, click text to columns then click next, in delimiters click others and click box next to it now hold alt key and hit 046 and release alt key.

    click next now set destination from B1 hit ok
    Last edited by hemesh; 01-22-2016 at 01:18 PM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Registered User
    Join Date
    12-21-2010
    Location
    Lahore, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    73

    Re: dot separated words

    Text to Column works just fine
    thanks

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: dot separated words

    you are welcome nadeem ! thanks for the feedback

  5. #5
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: dot separated words

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

+ 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. [SOLVED] How to extract words from a text string separated by comma
    By shukla.ankur281190 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-22-2015, 04:16 AM
  2. Comparing Comma separated Words in Multiple Columns and Outputing value
    By wscwt01 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-03-2015, 05:49 AM
  3. [SOLVED] Separated first string which is separated by dash (-) or underscore (_) or space ( )
    By nur2544 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-03-2014, 10:32 AM
  4. [SOLVED] Count the number of words in a cell separated with with two different signs
    By Lija in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-30-2013, 06:11 AM
  5. Replies: 5
    Last Post: 02-05-2012, 04:44 PM
  6. How to make a list of words separated by commas?
    By Alle in forum Excel General
    Replies: 2
    Last Post: 08-28-2011, 05:39 AM
  7. [SOLVED] MSExcel--words in a cell separated by comma need to be moved into.
    By Gary in Alaska in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2005, 05:06 PM

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