Sorting Serial Numbers by Their Trailing Characters

Written by Allen Wyatt (last updated September 12, 2020)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365


4

Vitalis has a column that contains serial numbers. These are formatted such as SFP/0002/2015, SFP/0234/2017, etc., where the final four digits are a year. He needs to sort these serial numbers by year, then by the leading characters. He wonders about the easiest way to do this.

The tried-and-true traditional way to approach this task is to use a helper column to contain what you want as your primary sort key. For instance, let's say that your serial numbers are in column A, with the first one in cell A2. You could place the following formula in cell B2:

=RIGHT(A2,4)

What you end up with is just the year in cell B2. Copy this formula down as many rows as necessary, and then do a traditional sort using the Sort tool on the Data tab of the ribbon. You will want the primary sort to be based on column B and the secondary sort to be based on column A. You can then hide the helper column if you don't want it visible or delete it completely if you won't need to do any additional sorting.

If you are using Office 365, there are some new capabilities that were added to Excel that you may find helpful when it comes to sorting. One of the new functions added (SORTBY) allows you to sort a range of cells quite easily, without the need to use the actual Sort tool available on the Data tab of the ribbon.

Let's say, for instance, that your serial numbers are in the range A2:A1000. You could use the following formula to sort them:

=SORTBY(A2:A1000,RIGHT(A2:A1000,4)&LEFT(A2:A1000,8))

Use this formula, again, in a helper column, and the column will contain the sorted values from A2:A1000. The first parameter supplied to the SORTBY function is the range of cells you want to sort, and the second is the range by which you want them sorted. In this case, that second parameter is an array of values that puts the year first followed by the leading characters of each serial number.

One side benefit of using SORTBY is that your original serial numbers are not positionally changed at all. The helper column contains the sorted serial numbers, so you end up with both lists—sorted and unsorted—in your worksheet.

Remember, again, that the SORTBY function is available only in the version of Excel provided with Office 365. If you will be sharing your workbook with someone using an earlier version of the program, then you'll want to either remove the SORTBY function (by using Paste Values on the sorted values in the helper column) or just rely on the traditional approach discussed earlier.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (7971) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Improper Index References

When indexing a document, you may get some funny results once in a while. If you get single index entries when you were ...

Discover More

Creating a Numbered List

Numbered lists provide a 1-2-3 way of organizing your document. You can create numbered lists very easily using the ...

Discover More

Enforcing a Do-Not-Use Word List

Got a list of words you don't want to appear in your documents? There are a number of ways that you can make sure they ...

Discover More

Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel 2013 Data Analysis and Business Modeling today!

More ExcelTips (ribbon)

Performing Complex Sorts

One way you can easily work with data in a worksheet is to sort it into whatever order you find most helpful. Excel ...

Discover More

Sorting Data Containing Merged Cells

When formatting the layout of your worksheet, Excel allows you to easily merge adjacent cells together. This can cause ...

Discover More

Non-standard Sorting

Information in a cell can be entered using line feeds, which results in multiple lines of data in the same cell. If you ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 8 - 5?

2020-09-15 05:48:59

Harold

Thanks David


2020-09-14 04:06:22

David S

@Harold

It looks like you have forgotten to include the secondary sort that Allen refers to. You need to use 'Custom Sort', set 'Sort by' [year column], and add 'Then By' [Serial number column].


2020-09-12 08:31:17

Ed de Jong

Thanks for pointing out the new SORTBY function.


2020-09-12 06:03:21

Harold Druss

My sorted list by date.
SFP/0225/2017
SFP/0215/2017
SFP/0220/2017

User asked to sort by date, then by leading characters.
I would think the list should look like this?
SFP/0215/2017
SFP/0220/2017
SFP/0225/2017


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.