ntworld.ink
Microsoft Excel · Course 2 · Session 4

Working With Lists and Sharing Your Work

Most spreadsheets are really lists: contacts, stock, hours, registrations. This final session is about handling a list well, sorting it, filtering it down to what you care about, and keeping it clean with dropdowns, then sharing it: printing a clean report that fits the page. We finish by putting the whole course together, and a short look at where to go next.

Session · 04 of 04 Duration · ~3 hours Level · Foundation
// take it with you Download this session (Word) Practice workbook (starter) Solution workbook
Back to course overview
// on this page
// start here

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.

// our example list: an events register
ABCDE
1First nameSuburbAgeEventAttended
2NoahParap42Smart Farming DemoNo
3MiaNightcliff24Mangrove Clean-UpYes
4JackCasuarina37Digital Literacy ExpoNo
5GraceKarama39Indigenous Art MarketYes
6EthanStuart Park26Youth Coding JamYes
// sorting a list

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

  1. 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.)
  2. 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.

Do not sort one column on its own

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

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".

  1. Click any cell in your list.
  2. On the Data tab, click Filter. A small arrow appears on each header. (If your data is a Table, these arrows are already there.)
  3. 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".
  4. 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 short list is the filter, not lost data

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 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.

  1. Select the rows you want to group (click and drag down the row numbers).
  2. On the Data tab, in the Outline group, click Group.
  3. 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.
  4. 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

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

  1. Select the cells that should have the dropdown.
  2. Go to Data then Data Validation.
  3. Under Allow, choose List.
  4. 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.
  5. 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.

Keep your list of options in one place

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 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

Check the page count before you print

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

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:

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

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.

IF, AND, OR

Logical functions that let a formula decide: show "Over budget" when a number is too high, "OK" otherwise. The natural next step after the five functions.

XLOOKUP / VLOOKUP

Lookup functions that fetch a matching detail from another table: give a product code, get back its price, with no retyping.

PivotTables

Summarise a long list into a compact answer by dragging a couple of fields: total per month, count per suburb, in seconds.

Conditional formatting

Colour cells automatically based on their value, for example highlight everything over budget in red, without doing it by hand.

Templates

Save a workbook you reuse (a roster, a budget) as a template, so next month you fill in the numbers instead of rebuilding it.

Copilot in Excel

On newer, online versions, Microsoft's AI assistant can explain a formula or suggest one. Useful for explaining, but always check any number it gives you against a real formula.

// try it at the keyboard

Try It at the Keyboard

Open the starter workbook for this session, which has the events register ready to work with.

Practice

Sort, filter, tidy and print the register

  1. Click a cell in the Suburb column and sort A to Z. Watch every row move together, names staying with their suburb and age.
  2. Turn on Filter (Data tab), then filter Attended to show only "No". Notice the row numbers jump. Clear the filter to bring everyone back.
  3. Select the Attended column and add a dropdown with the options Yes, No via Data Validation, then try typing "Maybe" and watch Excel stop you.
  4. 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.
  5. 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

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.