+ Reply to Thread
Results 1 to 7 of 7

Need to split letters from number sequence and group value ranges by number

  1. #1
    Forum Contributor
    Join Date
    04-02-2013
    Location
    West Palm beach, Fl
    MS-Off Ver
    Excel 2010
    Posts
    113

    Need to split letters from number sequence and group value ranges by number

    Hello,

    I'm not sure if this can be done, or with what it can be done with. So, here goes. I have two problems. The first, in column F, I need the letter sequence seperated from the number sequence. Second, in column Q I need to group ranges of numbers with a specific indicator. Can that be done at the same time for the same data set? The workbook provided explains in greater detail. Thank you!
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Need to split letters from number sequence and group value ranges by number

    Hi,

    One possibility for column F:

    First string:

    =LEFT(F30,MATCH(TRUE,INDEX(ISNUMBER(--(MID(F30,ROW(INDIRECT("1:100")),1))),,),0)-1)

    Second string:

    =MID(F30,MATCH(TRUE,INDEX(ISNUMBER(--(MID(F30,ROW(INDIRECT("1:100")),1))),,),0),100)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Contributor
    Join Date
    04-02-2013
    Location
    West Palm beach, Fl
    MS-Off Ver
    Excel 2010
    Posts
    113

    Re: Need to split letters from number sequence and group value ranges by number

    Hi XOR LX,

    Thank you for your quick response! My column F problem is solved! Thank you! Care to take a stab at my column q problem?

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Need to split letters from number sequence and group value ranges by number

    It seems that all your values in Q are negative, but the values you want to group them by are positive? Based on that, create a new table starting at 0 and

    E
    F
    16
    0
    7
    17
    50
    6
    18
    100
    5
    19
    250
    4
    20
    500
    3
    21
    750
    2
    22
    10000
    1

    Then use this in Q, copied down
    =VLOOKUP(ABS(Q30),$E$16:$F$22,2,1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Contributor
    Join Date
    04-02-2013
    Location
    West Palm beach, Fl
    MS-Off Ver
    Excel 2010
    Posts
    113

    Re: Need to split letters from number sequence and group value ranges by number

    Thank you for pointing that out! Error on my part, but, regardless, wonderful job on your part! That works superbly. Thank you both for your help!

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Need to split letters from number sequence and group value ranges by number

    Happy to help and thanks for the feedback

  7. #7
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Need to split letters from number sequence and group value ranges by number

    Likewise!

+ 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. How to split a data cell to a number of data in sequence?
    By WILLOWGLEN in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-10-2012, 12:09 AM
  2. Split total number of pages into ranges
    By judi0802 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-30-2012, 01:46 AM
  3. Replies: 2
    Last Post: 10-13-2011, 02:35 AM
  4. Replies: 5
    Last Post: 11-22-2010, 06:31 PM
  5. Excel 2007 : Trying to split number into ranges
    By daveydet in forum Excel General
    Replies: 2
    Last Post: 11-02-2010, 01:54 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