+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    12-17-2008
    Location
    edinburgh, uk
    Posts
    46

    Split contents of a cell

    Hi guys,
    I need a wee bit of help please?

    What i'm trying to do is split the contents of the cells in column A in to 2 seperate cells.

    The contents of the cells in column A are like this:

    alpha.bravo.charlie

    I want to delete alpha and have bravo as the new contents of column A and charlie as the contents of column C.

    Hope I've described that ok.

    Thanks in advance
    Last edited by mattmac; 01-30-2009 at 10:51 AM.

  2. #2
    Forum Guru sweep's Avatar
    Join Date
    04-03-2007
    Location
    Location: Location:
    MS-Off Ver
    XL2003 / 2007
    Posts
    2,448

    Re: Split contents of a cell

    Hi,

    Either use these formula

    Code:
     
    =LEFT(A1,FIND(".",A1)-1)
    =MID(A1,FIND(".",A1)+FIND(".",A1,FIND(".",A1))+1,LEN(A1)-FIND(".",A1)+FIND(".",A1,FIND(".",A1)))
    or select column A, and go to data > text to columns > delimited > full stop
    Sarcasm - because beating the **** out of someone is illegal.

  3. #3
    Registered User
    Join Date
    12-17-2008
    Location
    edinburgh, uk
    Posts
    46

    Re: Split contents of a cell

    Excellent - thanks !

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0