+ Reply to Thread
Results 1 to 3 of 3

Thread: Alphanumeric sort

  1. #1
    Registered User
    Join Date
    01-23-2012
    Location
    toronto, canada
    MS-Off Ver
    Excel 2010
    Posts
    2

    Alphanumeric sort

    Hello all,
    I am not the best when it comes to sorting alphanumeric and my excel skills have gotten a bit rusty in the past ten years.

    I have a huge range of usernames i need to sort.

    probably fairly simple for most of you.

    here is an example

    cranson002
    artmake02
    jane01
    johnson
    rodrigues
    adam123


    i need to sort them all so that i get the usernames ending in 3 numbers, those ending in 2 numbers and those that do not end in numbers .

    thanks,
    GMF

  2. #2
    Forum Guru shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007, 2010
    Posts
    25,776

    Re: Alphanumeric sort

          ----A----- -B-- -------------------------C--------------------------
      1      Name    Nums                                                     
      2   cranson002    3 B2: =IFERROR(MATCH(999, --(RIGHT(A2, {1,2,3}))),  0)
      3   adam123       3                                                     
      4   artmake02     2                                                     
      5   jane01        2                                                     
      6   johnson       0                                                     
      7   rodrigues     0
    Sort descending by col B
    Microsoft MVP - Excel
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    01-23-2012
    Location
    toronto, canada
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Alphanumeric sort

    worked perfect!

    thx,
    GMF

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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