Printing a spreadsheet sounds like a small thing, but it is how a budget reaches a supervisor on Work Experience, how a stocktake gets signed off, or how a Key Assignment lands in your teacher's hand. A sheet that splits across four random pages says "I didn't finish this"; a sheet that prints cleanly on one page with the column headings repeated says "I know what I'm doing". Today you'll take your project budget and make it print the way you want.
Think back to the last time something you printed came out wrong. What went wrong? Extra pages with nothing on them, text cut off at the edge, portrait when you needed landscape, the wrong part of the page? Hold that problem in mind — by the end of this lesson, you'll know exactly how to fix it.
Printing a spreadsheet is really six separate settings working together. Learn the names now so the exploration step makes sense.
| Concept | Why it matters | Example |
|---|---|---|
| Print Preview — a screen that shows exactly what your printout will look like before a single page is used | Screen view and print view are not the same — preview catches spill-over, bad margins, and cut-off columns before you waste paper | Your budget looks tidy on screen but preview shows column E sliding onto page 2 on its own — fix it now, not after you've printed |
| Print Area — the specific range of cells that will actually print; everything outside it is ignored | Spreadsheets usually have working-out cells, notes, or scrap calculations you don't want on the final copy | Set {{range:A1:E20}} as the print area so a supervisor only sees the finished budget, not your rough calculations in column H |
| Page Setup — orientation (portrait or landscape), margins, and paper size | A wide sheet with 6+ columns almost always needs landscape; a tall one with few columns prefers portrait | An inventory sheet with Item / Supplier / Price / Qty / Total / Notes needs landscape A4 — portrait would chop "Notes" off |
| Fit-to-Page (Scaling) — shrinks the whole sheet so it fits on one page (or a fixed number of pages) | Lets you print a working budget on a single page even if it's 25 rows long | — |
| Repeat Headings — prints the header row (and optionally the first column) on every page of a multi-page sheet | Without this, page 2 of a stocktake has numbers with no column labels — the reader can't tell Price from Quantity | On a 3-page supplier list, pages 2 and 3 still show "Item / Supplier / Price" at the top so the reader never has to flip back |
| Export to PDF — saves a print-ready file that looks identical on any computer, phone, or printer | Emailing a PDF to a supervisor means they see exactly what you designed; emailing the raw spreadsheet means they might see it differently | Attach a PDF copy of your budget to an email — the supervisor opens it on their phone and the layout still holds |
Open your {{code:05_project_budget}} spreadsheet and open Print Preview ({{kbd:Ctrl+P}} on Windows/Chromebook, {{kbd:Cmd+P}} on Mac). You're not going to print anything yet — you're going to poke every setting and notice what it does. Close preview with {{key:Escape}} after each experiment so you go back to the sheet cleanly.
In Excel Online the print settings appear in the preview panel on the left ({{menu:File -> Print}}). The ribbon tab called Page Layout also has Orientation, Size, Margins, and Print Area options.
In Google Sheets the print settings open in a dedicated panel when you press {{kbd:Ctrl+P}}. Paper size, orientation, scale, and headers/footers all live in the right-hand sidebar.
Your goal for this step: build up a mental map of which setting controls which part of the printout. You'll apply what you learned in the mini-project next.
Before you configure your own budget for real, here are the problems that catch most students first time.
| Issue | Solution |
|---|---|
| My sheet still prints on multiple pages even after I chose "Fit to page" | Check you chose "Fit sheet on one page" (not "Fit all columns on one page"). The second one only controls width and will still spill vertically. |
| Page 2 shows numbers with no column headings above them | Turn on Print Titles / Repeat frozen rows so row 1 prints at the top of every page. |
| The preview shows a huge blank area on the right | You probably have a cell with a space or a stray value far off to the right. Set a print area on just the real data ({{range:A1:E20}} or wherever your data ends). |
| My text is tiny after fitting to one page | The sheet is too wide for one page at a readable size. Switch to Landscape first, then try Fit-to-Page again. If it's still tiny, consider removing a column or splitting into two pages. |
| The PDF I exported looks different from the preview | Check the PDF was exported from Print ({{kbd:Ctrl+P}}) with your chosen settings, not from a generic "Download as PDF" that ignores page setup. In Google Sheets use {{menu:File -> Print}} then "Save as PDF" in the destination dropdown. |
Excel Online: Use {{menu:File -> Print}} to open preview. Use the {{btn:Page Layout}} ribbon tab for Orientation, Size, and Print Area. To repeat headings, use {{menu:Page Layout -> Print Titles}}. To export PDF, choose {{menu:File -> Save As}} and pick PDF, or use {{menu:File -> Print}} and pick "Save as PDF" as the printer.
Google Sheets: Press {{kbd:Ctrl+P}} (or {{kbd:Cmd+P}} on Mac) to open the print panel. All settings — paper size, orientation, scale, margins, headers/footers, repeated rows — are in the right-hand sidebar. To set a print area, select the range first, then in the print panel set Print to "Selected cells". To export PDF, in the print panel change Destination to "Save as PDF" and click {{btn:Save}}.