Start Here
Almost every spreadsheet you will make is really a list: a list of contacts, of stock, of hours worked, of people who registered for something. Once you can sort a list, filter it, keep it tidy, and print it cleanly, you can handle most of the everyday work a job will throw at you.
Throughout this session we will use a small registration list of people and Territory suburbs as our example, the kind of thing a community service or event might keep.
| A | B | C | D | E | |
|---|---|---|---|---|---|
| 1 | First name | Suburb | Age | Event | Attended |
| 2 | Noah | Parap | 42 | Smart Farming Demo | No |
| 3 | Mia | Nightcliff | 24 | Mangrove Clean-Up | Yes |
| 4 | Jack | Casuarina | 37 | Digital Literacy Expo | No |
| 5 | Grace | Karama | 39 | Indigenous Art Market | Yes |
| 6 | Ethan | Stuart Park | 26 | Youth Coding Jam | Yes |
Sorting a List
Sorting rearranges your rows into order: alphabetically by name, smallest to largest by amount, oldest to newest by date. It is one of the fastest ways to make sense of a list.
The golden rule: Excel sorts whole rows, keeping each row's data together. As long as your list has a header row and no fully blank rows running through it, sorting moves each record as a unit, so a person's name stays attached to their suburb and age.
Quick sort, one column
- Click any single cell in the column you want to sort by. (Do not select the whole column on its own; just click one cell, or Excel may sort only that column and scramble the rows.)
- On the Data tab, click A to Z (ascending) or Z to A (descending).
Multi-level sort
To sort by more than one thing, say by Suburb, then by Age within each suburb: click a cell in the data, choose Data then Sort, set the first Sort by column and order, click Add Level for the next, and OK.
If you select just one column while the rest of the data sits beside it and sort that, you detach that column from its rows and mix up your records. Click one cell in the list and let Excel sort the whole thing, or turn the list into a Table first (Ctrl + T, from Session 3), which protects you from this.
Filtering a List
Where sorting reorders your list, filtering hides the rows you do not currently care about, so only the matching ones show. The data is not deleted; it is just tucked out of sight until you clear the filter. It is the quickest way to answer questions like "show me only the people from Nightcliff" or "just the ones who did not attend".
- Click any cell in your list.
- On the Data tab, click Filter. A small arrow appears on each header. (If your data is a Table, these arrows are already there.)
- Click a header's arrow, then tick or untick values to choose exactly what shows, or use Text, Number or Date Filters for conditions like "greater than" or "contains".
- A small funnel icon on the header shows that column is filtered.
To bring everything back, open the column's filter menu and choose Clear Filter, or click Data then Clear to remove all filters at once. You can filter several columns at once and Excel combines them: filter Suburb to "Nightcliff" and Attended to "Yes" to see only the rows meeting both.
A filtered list can look alarmingly short. The row numbers down the side jump (for example 2, 5, 9) when rows are hidden, which is your clue a filter is on. Clear it and everything reappears; nothing was lost.
Grouping Rows
Grouping lets you fold a block of rows (or columns) up and down, like a drawer you can open and close. It is handy on a long sheet where you want to tuck the detail away and just see the summary, then open it again when you need it.
- Select the rows you want to group (click and drag down the row numbers).
- On the Data tab, in the Outline group, click Group.
- A small bracket and a minus button appear to the left. Click the minus to collapse the rows out of sight, and the plus to bring them back.
- To undo it, select the rows and click Ungroup.
It does not change or delete anything; it just hides and shows. Think of it as a neat way to keep a long list manageable.
Dropdown Lists (Data Validation)
It is far easier to keep data clean on the way in than to fix it later. Data validation sets rules for what a cell will accept. The star feature is the dropdown list: instead of everyone typing (and mistyping) "Complete", "complete", "Done", "Finished", they all pick the same word from a menu. Your data stays consistent, which makes sorting, filtering and counting reliable.
Make a dropdown list
- Select the cells that should have the dropdown.
- Go to Data then Data Validation.
- Under Allow, choose List.
- In Source, type the options separated by commas, for example
Not started, In progress, Complete, or click and select a range of cells that holds the options. - Click OK. The selected cells now show a dropdown arrow.
In the same Allow dropdown you can instead require a Whole number, a Decimal, a Date, or a Text length, and set limits. Two optional tabs make it friendlier: an Input Message tooltip ("Pick a status from the list") and an Error Alert shown if someone enters something invalid.
For a longer list of valid options, keep them on a separate sheet and point the Source at that range. Then you can update the options in one place and every dropdown follows.
Printing and Page Setup
Printing a spreadsheet is where many people come unstuck: a tidy sheet on screen prints as fifteen pages with one lonely column on the last. The trick is to use Print Preview to see what will actually print, then a few controls to tame it.
Always start with Print Preview
Press Ctrl + P (or File then Print). The right-hand side shows exactly what will print, and the page count tells you instantly whether things have sprawled. Most of the controls below sit on this screen.
The settings that solve most problems
- Fit it on the page: open the Scaling dropdown and choose Fit All Columns on One Page (so it stays one column wide but runs over several pages tall). This single setting stops the dreaded stray column on its own page.
- Orientation: switch between Portrait and Landscape. Landscape suits wide tables.
- Print only part of a sheet: select the range, then Page Layout then Print Area then Set Print Area.
- Repeat headings on every page: for a long list, use Page Layout then Print Titles then Rows to repeat at top, and pick your header row, so the column titles show on every printed page.
- Headers and footers: add a title, date or page numbers via Insert then Header & Footer. Useful for reports you hand around.
The single most useful setting is Fit All Columns on One Page, and the fastest habit is to glance at the page count in Print Preview before you print. Together they catch a sprawling layout before it wastes paper.
Putting It All Together
Look at how far you have come. In four sessions you have learned everything you need to build a real, useful workplace spreadsheet from scratch:
- From Session 1: open Excel, name what you are looking at, enter text, numbers and dates, AutoFill repetitive entries, and save with a clear name.
- From Session 2: write a formula with
+ - * /, total a column with SUM, and find the average, biggest and smallest. - From Session 3: format the sheet clearly, set money as Currency, and chart the numbers.
- From Session 4: sort and filter the list, add a tidy dropdown, and print a clean report.
That is a complete workflow: enter, calculate, format, chart, sort, filter, print. Every one of those skills is something a workplace asks for, and you now have all of them.
Where to Go Next
One foundation course is enough to make you confident with the essentials. When the basics feel comfortable, these are the rewarding things to explore next. You do not need any of them for everyday work; they are just signposts for when you are ready.
Try It at the Keyboard
Open the starter workbook for this session, which has the events register ready to work with.
Sort, filter, tidy and print the register
- Click a cell in the Suburb column and sort A to Z. Watch every row move together, names staying with their suburb and age.
- Turn on Filter (Data tab), then filter Attended to show only "No". Notice the row numbers jump. Clear the filter to bring everyone back.
- Select the Attended column and add a dropdown with the options
Yes, Novia Data Validation, then try typing "Maybe" and watch Excel stop you. - Press Ctrl + P and note the page count. Set Scaling to Fit All Columns on One Page and switch to Landscape. See the preview tidy up.
- Save your finished workbook with a clear name. You have just produced a clean, printable report.
Compare with the solution workbook to check your sort, filter and dropdown match.
Knowledge Check
A few quick questions to finish the course. Have a think first, then click "reveal". No mark, no rush.
Q1What is the golden rule that keeps each person's data together when you sort a list?reveal
Excel sorts whole rows, keeping each row's data together, as long as the list has a header row and no fully blank rows through it. So click just one cell in the column you want to sort by and let Excel sort the whole list. Do not select a single column on its own, or you detach it from its rows.
Q2What is the difference between sorting and filtering a list?reveal
Sorting reorders the rows (for example A to Z). Filtering hides the rows that do not match a condition, so only the ones you care about show. Filtering deletes nothing; clear the filter and every row reappears.
Q3Why use a dropdown list (data validation) on a status column that several people type into?reveal
So everyone picks the same word from a menu instead of typing slightly different versions ("Complete", "complete", "Done"). Consistent entries make sorting, filtering and counting reliable. Set it via Data then Data Validation then Allow: List.
Q4Your sheet prints as too many pages with a stray column on its own. What is the single best fix?reveal
In Print Preview (Ctrl + P), open the Scaling dropdown and choose Fit All Columns on One Page. That keeps it one column wide and stops the stray-column problem. Switching to Landscape often helps too. Always check the page count before printing.
Q5You have finished the course. Name one thing you could explore next, and what it does.reveal
Any of: IF (let a formula decide between two answers), XLOOKUP or VLOOKUP (fetch a matching detail from another table), PivotTables (summarise a long list by dragging fields), conditional formatting (colour cells automatically by value), or templates (save a reusable workbook). None are needed for everyday work; they are signposts for when you are ready.