Computer Skills
Beginner
60 mins
Teacher/Student led
+65 XP
What you need:
Chromebook/Laptop/PC or iPad/Tablet

Entering Data: Cells, Rows, Columns, Sheets

Teacher Class Feed

Load previous activity

    1 - Introduction

    Welcome

    Today you open your first spreadsheet. Every Work Experience placement, every small business, every community project eventually needs someone who can put numbers into a grid without messing it up, and that is what a spreadsheet is for. By the end of this lesson you'll have started {{code:05_project_budget}} for your Something Real with real columns, real rows, and data that will actually add up when we learn formulas later.

    By the end of this lesson, you will be able to:

    • Open a blank spreadsheet and move around cells, rows, columns and sheet tabs confidently
    • Enter text and numbers correctly, and tell the difference between numeric data and character data
    • Spot the common beginner mistakes that break spreadsheets, and know how to fix them

    Warm-up

    Think about a shop receipt. The till printed one line per item, with the price beside it. Now imagine you had to add up the total yourself without a calculator: how would you lay that out on paper so the numbers line up neatly? That layout (one row per item, one column per kind of information) is exactly what a spreadsheet is built for.

    2 - Key Concepts

    Four ideas unlock everything you'll do in spreadsheets for the rest of this course. Learn these now and the rest is detail.

    ConceptWhy it mattersExample
    Cell — the single box where a row and a column meet, with an address like A1 or D4Every piece of data lives in exactly one cell, and formulas later will refer to cells by their addressClick the top-left box and the Name Box (to the left of the formula bar) shows {{cell:A1}} — that is the cell's address
    Rows and columns — rows run across and are numbered 1, 2, 3; columns run down and are lettered A, B, CThe normal pattern is one row per item and one column per attribute of that item, so you can sort and total properly laterIn a project budget: each row is one item (Sausages, Tea bags), and columns are Item / Category / Cost / Notes
    Sheet tabs — the tabs along the bottom of the file, each holding its own gridOne spreadsheet file can hold several grids (Budget, Suppliers, Stocktake) so you don't have three files to juggle
    Numeric vs character data — numbers you can add or average vs text that is treated as a labelIf you type {{code:€8.50}} the cell is stored as text, so SUM will skip it and your total comes out wrongType {{code:8.50}} as a plain number, then format the cell as currency so it displays as €8.50 — the cell is still numeric

    What a good first spreadsheet looks like

    Below is a snippet of what you are about to build. Notice: row 1 is headings (bold, text), data starts in row 2, Cost is a plain number (right-aligned), and there are no blank rows or merged cells anywhere.

    ABCD
    1ItemCategoryCostNotes
    2Sausages (12)Meat5.50Centra
    3Brown breadBakery2.80Local bakery
    4Tea bags (80)Drinks3.20Lidl

    3 - Step-by-step Task

    Work through a short sample budget for a community breakfast fundraiser. You'll create {{code:05_project_budget}}, enter column headings, add a few sample rows, and catch the two most common beginner mistakes on the way.

    4 - Common Issues

    Four mistakes catch almost every beginner in their first spreadsheet lesson. If your work does not look right, check here first.

    IssueSolution
    My Cost column numbers are sitting on the LEFT side of the cell, so SUM won't add them laterYou typed a currency symbol or letter inside the number (like {{code:€2.80}} or {{code:2.80 euro}}). Delete the cell and re-type just the number ({{code:2.80}}). Format the cell as Currency afterwards if you want the euro sign to show.
    I merged cells to make a big heading across the top and now I can't select a clean columnUndo with {{kbd:Ctrl+Z}} (Windows/Chromebook) or {{kbd:Cmd+Z}} (Mac). Keep row 1 as normal cells for headings, do not merge. Merged cells break sorting, filtering, and most formulas.
    I left a blank row in the middle of my data to make it look nicerRemove the blank row. Spreadsheets treat an empty row as 'end of data', so sort and filter stop there. Use formatting (bold, borders) for visual breaks instead of empty rows.
    My spreadsheet opened but the grid looks tiny or the zoom is weirdZoom is usually in the bottom-right corner, slide it to 100%. In Excel Online try {{menu:View -> Zoom}}. In Sheets try {{menu:View -> Zoom -> 100%}}.

    5 - Portfolio Build — Your Project Budget

    Independent Practice

    Your goal: Turn the technique you just practised into a real, clean budget for your Something Real project, one that totals will work on properly when we add formulas in the next spreadsheet lesson.
    Time: ~20 minutes
    Task: Open the {{code:05_project_budget}} file you just created in your {{code:Digital_Portfolio}} folder. Replace the three sample fundraiser rows with at least ten real items your Something Real project actually needs: supplies, ingredients, equipment, venue hire, printing, whatever applies. Keep the same four columns (Item / Category / Cost / Notes). Pick about three categories that each repeat across several rows — for a bake sale that might be Ingredients (flour, sugar, eggs), Packaging (bags, labels) and Promotion (posters, social media boost); for a Work Experience project it might be Travel, Materials and Uniform. Three categories covering ten items is the sweet spot, because it's enough grouping to be useful later when you sort or total by category. Tip: click the C column header to select the whole Cost column, apply Currency formatting once via {{menu:Home -> Number Format}} (Excel Online) or {{menu:Format -> Number -> Currency}} (Google Sheets), then just type plain numbers into each Cost cell — the euro sign will appear automatically.
    Success criteria:
    • Your spreadsheet has clear, bold headings in row 1 and at least ten rows of real project data starting in row 2, with no blank rows in the middle
    • Every Cost sits on the right side of its cell (numeric) and displays with a euro sign thanks to Currency formatting on column C
    • Category values repeat sensibly across rows (about three categories covering all ten items) so the data could be grouped later
    • The sheet tab is renamed from Sheet1 to something meaningful like Budget

    Unlock the Full Learning Experience

    Get ready to embark on an incredible learning journey! Get access to this lesson and hundreds more on our learning platform.

    Copyright Notice
    This lesson is copyright of Coding Ireland 2017 - 2025. Unauthorised use, copying or distribution is not allowed.
    🍪 Our website uses cookies to make your browsing experience better. By using our website you agree to our use of cookies. Learn more