How to Sort Excel Columns Alphabetically
Sort alphabetically
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.
Select the column to sort. You can click a column's title box or the letter above it (A, B, C, D, etc.).
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.
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.
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)
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.
Insert a new blank column. Place this column immediately to the right of the full name column.
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.
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.
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))
Sort by last name column. You can now sort the last name column alphabetically, as described above.
You should read it
- Sort names alphabetically in Word
- Sort names alphabetically in Excel
- How to Sort Alphabetically in Microsoft Word
- How to sort by multiple columns in Google Sheets
- How to convert columns into rows and rows into columns in Excel
- How to split first and last names into 2 columns in Excel
- How to fix columns in Excel
- How to arrange alphabetical order in Google Sheets
May be interested
- How to Compare Two Excel Filesthis 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 Excelthis 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 Excelthe 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 Exceltoday'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 Excelin 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 PowerPointyou 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.