Alphabetical order is a way to sort (organize) a list. It helps a reader to find a name or a title in the list. It is done by following the standard (usual) order of letters in an alphabet. Some lists in alphabetical order were used during the early Roman Empire. It became commonplace after the Renaissance.

Sorting things in English is done using the Roman alphabet. Different languages have different rules for sorting. Note also, that there are different ways to sort numbers, and special characters, such as letters with diacritics. German has the letters ä,ö,ü, and ß.

Note that these may be different by language: Danish also has a letter ä, but sorts it after z, and not treated like a as in German.

English

A list of items like Eric, Lydia, Andrea, and Bob is organized by their first letter. A comes before B, and B comes before E, and E comes before L in the alphabet. When alphabetical order is used:

If many words have the same first letter, they are sorted by their second letters.

After that, the third and fourth letters are used until the whole list is sorted.

The words a, an and the are ignored. Sometimes they are written at the end, after a comma. Spaces and hyphens ( - ) are ignored, too.

A formula can be used to systematically ignore a, an and the. For Microsoft Excel, it would be:

=IF(LEFT(A2,2)="A ",RIGHT(A2,LEN(A2)-2),IF(LEFT(A2,3)= "An ",RIGHT(A2,LEN(A2)-3),IF(LEFT(A2,4)="The ",RIGHT(A2, LEN(A2)-4),A2)))

That can also be listed like this:

Names are usually ordered by Family name, not given name.

Names are often written with the last names first.

Numbers can be sorted in two ways. Sometimes, they are listed in order from smallest to largest. This is the normal way to sort numbers.

Other times, they can be sorted as if they were normal, spelled-out words. This way is often used for numbers in titles.