How to Sort Excel Columns Alphabetically

Sort alphabetically

How to Sort Excel Columns Alphabetically Picture 1

Format the headline. The header line is the first line in the spreadsheet, containing the name of the column. Sometimes Excel will sort this entire line because it thinks it's part of the data, especially if your spreadsheet is all text. Here are a few ways to prevent this:

Format the headline differently. For example, you can highlight or change the color of text.

You need to make sure there are no blank cells in the subject line.

If Excel still sorts, select the headline and, using the top ribbon menu, click Home → Editing → Sort & Filter → Custom Sort sort) → My data has headers.

How to Sort Excel Columns Alphabetically Picture 2

Select the column to sort. You can click a column's title box or the letter above it (A, B, C, D, etc.).

How to Sort Excel Columns Alphabetically Picture 3

Open the Data tab. Click the Data tab in the top menu of the screen to see data options in the ribbon menu above the spreadsheet.

How to Sort Excel Columns Alphabetically Picture 4

Find the Sort and Filter section. The ribbon menu is divided by region with names below. Look for the area labeled Sort & Filter.

If you can't find it in the Data menu, try going back to the Home tab and looking for the Sort & Filter button in the Editing section.

How to Sort Excel Columns Alphabetically Picture 5

Click the A → Z button. If you want to sort the spreadsheet alphabetically, just click the A → Z icon in the Sort and Filter section. The selected column will be rearranged in alphabetical order. On most versions of Excel, this button is usually located in the upper left corner of the Sort and Filter section.

If you want to sort in reverse alphabetical order, click Z → A.

Sort by last name (applies to English name structure)

How to Sort Excel Columns Alphabetically Picture 6

This method applies when the spreadsheet includes first and last names in one cell. If you have a list of full names (first name first, last name later) in a separate column, sorting will be by first name only. With the following instructions, you will be able to divide the full name into two columns and then sort by the last name column.

How to Sort Excel Columns Alphabetically Picture 7

Insert a new blank column. Place this column immediately to the right of the full name column.

How to Sort Excel Columns Alphabetically Picture 8

Enter the formula for the name. Enter this formula in the top cell of the new column: =LEFT(A1,FIND(" ",A1)) and make sure there are spaces within the quotes. This formula will look in the full name column and copy any data before the space.

If necessary, you can replace A with the letter of the column name containing the list of first and last names.

Replace the number 1 with the line number you are entering.

How to Sort Excel Columns Alphabetically Picture 9

Copy this formula for the entire column. Click the new column header, copy and paste the formula you just entered. You will see all names automatically appear in this column.

How to Sort Excel Columns Alphabetically Picture 10

Create a last name column. Create a new column to the right of the name column. Copy and paste this formula to populate the column with last names:

=RIGHT(A1,LEN(A1)-FIND(" ",A1))

How to Sort Excel Columns Alphabetically Picture 11

Sort by last name column. You can now sort the last name column alphabetically, as described above.

5 ★ | 2 Vote

May be interested

  • How to Compare Two Excel FilesPhoto of How to Compare Two Excel Files
    this article will show you how to directly compare data between two excel files. after manipulating and comparing information, you might consider using look up, index, and match to aid in analysis.
  • How to Compare Data in ExcelPhoto of How to Compare Data in Excel
    this tipsmake article will show you how to compare two different data sets in excel, from two columns in the same spreadsheet to two independent excel files.
  • How to Copy Formulas in ExcelPhoto of How to Copy Formulas in Excel
    the excel program has a feature that makes it easy for users to copy formulas for entire rows or columns, but you don't always get the results you want. when you receive results that are not as expected or encounter #ref and /div0 errors, you will definitely feel unhappy. don't worry, though - you don't need to edit every cell in a 5,000-line spreadsheet. this article will provide some simple ways to help you copy formulas to other cells.
  • How to Shorten Text in ExcelPhoto of How to Shorten Text in Excel
    today's tipsmake will show you how to shorten the appearance of data in microsoft excel. before proceeding, the full, unreduced data needs to be entered in excel.
  • How to Analyze Trends in ExcelPhoto of How to Analyze Trends in Excel
    in this article, tipsmake will guide you how to create a data chart project in microsoft excel. you can do it on windows and mac.
  • How to Embed Video in PowerPointPhoto of How to Embed Video in PowerPoint
    you can make your powerpoint presentation more vivid by adding a video. if you have the video file available on your computer, you can embed it in your presentation; or embed videos from youtube. if you use an older version of powerpoint, you can create a link to the video file instead of embedding it directly in the presentation.