In Excel: select one cell in the table, choose Data ▸ Sort, tick My data has headers, pick the column and order, and expand the selection so whole rows move together.
What this does
Sorting reorders rows by one or more columns. The key safety rule is that whole records must move together; sorting a single column by itself can detach names, dates and amounts from one another. Dates sort correctly only when Excel recognizes them as real dates, not text. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “sort data in excel”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. The point is a data step that keeps your analysis trustworthy, but the practical win is that someone else can open the file and understand what happened without asking you.
A worked example
A table has Customer, Date and Amount. Click inside it, choose Data ▸ Sort, tick My data has headers, sort by Date from Oldest to Newest, then add a level for Amount largest to smallest. Each row stays intact while the table order changes. Sorting is simple but high-risk: done correctly it reveals order and priority; done on the wrong range it corrupts the dataset. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. The short version of “sort data in excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
Common mistakes
- Sorting only one column and corrupting row relationships.
- Sorting dates stored as text, which can order alphabetically instead of chronologically.
- Leaving blank rows that split the detected table range.
- Forgetting to include hidden rows if they should be sorted too.
Frequently asked questions
How do I sort by date?
Make sure the values are real dates, then Data ▸ Sort by that date column.
How do I sort columns left to right?
Use Sort Options and choose Sort left to right.
Why did my rows get mixed up?
Only one column was sorted. Undo and sort the whole table range.
Other ways people ask this
On the way here you may have searched this as “how can i sort data in excel”, “how do you sort data in excel”, “how to sort the data in excel” and “how do i sort data in excel” — it is all the same task, and this page is the single, complete answer to it.
Why do people search for this in so many different ways?
Because the same task has many names. “how can i sort data in excel”, “how do you sort data in excel”, “how to sort the data in excel” all point at the one operation explained on this page, which is why they all lead here.