+ Reply to Thread
Results 1 to 2 of 2

Spilit cell data BY _

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-05-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2003
    Posts
    100

    Spilit cell data BY _

    I have cell data as follows.

    BUC250_abcedf_ghtt

    I want to spilit it by the first _ ,and put the first part of the value in to the Adjacent cell as attached.



    Out should be as follows

    BUC250
    Attached Files Attached Files
    Last edited by naflas; 11-22-2010 at 07:45 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Spilit cell data BY _

    Try:

    =LEFT(A1,FIND("_",A1,1)-1)
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

+ Reply to Thread

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.6.0 RC 1