+ Reply to Thread
Results 1 to 5 of 5

Split alphanumeric strings into three different columns.

Hybrid View

SamCV Split alphanumeric strings... 02-27-2014, 02:01 PM
hemesh Re: Split alphanumeric... 02-27-2014, 09:14 PM
SamCV Re: Split alphanumeric... 02-28-2014, 12:26 PM
hemesh Re: Split alphanumeric... 02-28-2014, 01:08 PM
hemesh Re: Split alphanumeric... 03-01-2014, 02:38 PM
  1. #1
    Registered User
    Join Date
    06-03-2013
    Location
    Matamoros, Mexico
    MS-Off Ver
    Excel 2007
    Posts
    52

    Question Split alphanumeric strings into three different columns.

    Hello to all -

    I am working on a report but I need help with the split of text cells that contain text and numbers. I had worked in some formulas and also received help in the forum, but I got stuck again when I drag down the formulas. In the attached file, you will see two tables. The one in the left is my current job. In the table of the right is how the table must look like. The table is complete and will give you the whole idea.

    Basically, I need to split the cell into three categories that are "Family", "Model" and "Phase". In example:

    Cell Family Model Phase
    CCA CCA
    DC50X DC 50 X
    DCX3300CRD DCX 3300 CRD
    DPC2434 DPC 2434
    DCT-1700 DCT 1700
    DCT-1800 DCT 1800
    DCT-1800P3 DCT 1800 P3
    DCT-1800P4 DCT 1800 P4

    I will be gald to receive your help. And due to Security Settings, please no VBA codes.

    Best regards and please have a great day.

    SamCV.
    Matamoros, Mexico.
    Attached Files Attached Files

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

    Re: Split alphanumeric strings into three different columns.

    Just tweaked your formula
    In D3
    =IF(MAX(IFERROR(0+MID(B3,ROW($1:$100),TRANSPOSE(ROW($1:$100))),0))=0,"",MAX(IFERROR(0+MID(B3,ROW($1:$100),TRANSPOSE(ROW($1:$100))),0)))
    array entered and drag down

    In E3
    =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B3,C3,""),D3,""),"-","") drag down
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    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
    06-03-2013
    Location
    Matamoros, Mexico
    MS-Off Ver
    Excel 2007
    Posts
    52

    Re: Split alphanumeric strings into three different columns.

    Hello hemesh -

    I tested the formulas and worked very well. You are awesome!!! I have some years using excel but I recently begin to study it more deeply. And I have more to learn regarging formulas, functions and excel tricks.

    Thank you very much for the help you gave me. It will save me a lot of time.
    Maybe you are one of Chandoo's follower. Very clever work.

    Best regards and please have a great day and excelent weekend.
    (Saludos cordiales y que tengas un gran día y excelente fin de semana).

    SamCV.
    Matamoros, México.

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

    Re: Split alphanumeric strings into three different columns.

    I am glad , I could help

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

    Re: Split alphanumeric strings into three different columns.

    Thanks for the comment and Rep

+ 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. extracting numbers from alphanumeric strings
    By brockk in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 08-22-2016, 10:43 PM
  2. Split Strings Into Columns Based On Repeating Characters - Macro
    By jessekanclerz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-20-2013, 11:13 AM
  3. Macro Sort Alphanumeric Strings Row by Row
    By jpedges38 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2012, 09:35 AM
  4. [SOLVED] Excel 2007 : Extracting alphanumeric strings
    By Linuxser in forum Excel General
    Replies: 5
    Last Post: 06-05-2012, 07:39 AM
  5. Finding the Highest Value in alphanumeric strings
    By Barking_Mad in forum Excel General
    Replies: 6
    Last Post: 10-28-2009, 04:04 PM

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