+ Reply to Thread
Results 1 to 2 of 2

how can I sort alphanumeric entries by number in excel

  1. #1
    beasleyb
    Guest

    how can I sort alphanumeric entries by number in excel

    I need to sort a column of alphanumic numbers in EXCEL with it ignoring the
    prefix letters.

  2. #2
    Dave Peterson
    Guest

    Re: how can I sort alphanumeric entries by number in excel

    Create a new column and extract the digits from the other cell. Then sort by
    that column.

    If your data looks like:
    XX####
    (always two alphas followed by the numbers)
    it might be as simple as:

    =--mid(A1,3,255)

    Other formulas would depend on what your data looks like. You may want to post
    a representative sample.

    beasleyb wrote:
    >
    > I need to sort a column of alphanumic numbers in EXCEL with it ignoring the
    > prefix letters.


    --

    Dave Peterson

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