A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Silas,
From what I check, this is essentially a feature limitation of Excel’s standard sort. When you sort a column, Excel always evaluates the entire cell from left to right, so if your data begins with a number like “100 Grant St,” it will sort by the number first, not the street name.
The simplest way to sort by street name is to split the address into two columns: one for the house number and another for the street name. The easiest method is to use Excel’s “Text to Columns” feature:
- Select the column with addresses.
- Go to Data → Text to Columns → Delimited.
- Choose a space as the delimiter.
- This will separate the number from the street name into two columns (you may need to adjust if street names have multiple words).