Intermediate
60 mins
Teacher/Student led
+65 XP

Standard Functions: SUM, AVERAGE, MIN, MAX, COUNT, ROUND

Learn how to apply standard spreadsheet functions like SUM, AVERAGE, MIN, MAX, COUNT and ROUND. Discover how to nest functions and choose the correct COUNT variant before creating a summary statistics block with at least six formulas for your project.

Teacher Class Feed

Load previous activity

    1 - Introduction ~5 mins

    Welcome

    Spreadsheets earn their keep when they answer real questions: how many items moved, what was the average sale, which product lagged. Today you go deeper on the standard functions you already know (SUM, AVERAGE, MIN, MAX, COUNT) and add ROUND plus the COUNT family so a summary block can report clean, trustworthy numbers for your Something Real project.

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

    • Use standard functions and nested forms such as {{formula:=ROUND(AVERAGE(...), 2)}}
    • Choose COUNT, COUNTA, or COUNTIF appropriately
    • Add a summary statistics block with at least six formulas

    Warm-up

    Look at a column of product names and a column of units sold. If you ask the spreadsheet "how many products are on this list?", should it count the names or the numbers? Hold that thought: the answer is why COUNT and COUNTA are different tools.

    2 - Key Concepts ~6 mins

    Focus today

    Skim the quick-recap rows (you have met these before). Read the COUNT family and ROUND rows carefully: those are today's stretch.

    ConceptWhy it mattersExample
    SUM, AVERAGE, MIN, MAX (quick recap) — total, typical value, smallest, largest A supervisor, club treasurer, or Work Experience mentor looks for these four first Total units on a market stall; average hours on a Work Experience log; MIN/MAX shift length
    COUNT vs COUNTA vs COUNTIF — COUNT tallies numbers only; COUNTA tallies every non-empty cell; COUNTIF tallies cells that meet a condition Using COUNT on a list of names quietly returns 0 and looks like a broken sheet COUNTA on product names = how many products; COUNTIF on units {{code:">=15"}} = how many products sold 15 or more
    ROUND and nested functions — ROUND(value, digits) trims decimals; you can nest another function inside it Money and averages need clean figures a reader can trust on paper or in a PDF {{formula:=ROUND(AVERAGE(C2:C7), 2)}} gives a mean price to the nearest cent

    Worked example preview: market stall summary

    In the step-by-step you will build (or open) a short sales sheet for a student side hustle selling handmade accessories at a local market, then add a Summary statistics block. The practice sheet uses seven formulas; your own project sheet needs at least six. Independent practice applies the same pattern to real Something Real data and saves it as {{code:sm3_summary_block}}.

    ItemUnits soldPrice (€)Revenue (€)
    Shamrock keyring243.5084.00
    GAA crest badge184.0072.00
    Name stickers pack125.5066.00
    Phone grip86.0048.00
    Lanyard152.5037.50
    Sticker sheet302.0060.00

    3 - Step-by-step Task ~15 mins

    Build a short market-stall sales sheet, add revenue formulas, format money cleanly, then create a Summary statistics block that uses SUM, AVERAGE, MIN, MAX, COUNTA, COUNTIF, and nested ROUND. The practice sheet builds seven formulas (your project sheet later needs at least six). Follow the tab for your spreadsheet app.

    Tip

    Starter option: your teacher may share a sheet with the headings and six product rows already entered. If so, save a copy as {{code:sm3_functions_practice}} in your sm3 folder and start at the revenue formula. Otherwise enter the table yourself first.

    4 - Common Issues ~4 mins

    Common Issues

    Use this table as a side reference while you build. Your teacher may freeze the class on the first row if several people hit the COUNT-on-text trap at once.

    IssueSolution
    My product count shows 0 You probably used COUNT on a text column. Switch to COUNTA for names and labels. Use COUNT only when every cell you care about is a number.
    {{code:#NAME?}} appears after I type a formula Check the function spelling (AVERAGE not AVARAGE, COUNTA not COUNT A). Fix the name and press {{key:Enter}} again.
    ROUND seems to do nothing, or shows too many decimals The second argument is the number of decimal places. Use {{code:2}} for money-style figures, {{code:0}} for whole numbers. Nested form: {{formula:=ROUND(AVERAGE(C2:C7), 2)}}.
    COUNTIF returns 0 when I expected matches Check the condition in quotes, for example {{code:">=15"}}. Make sure you pointed COUNTIF at the numeric column, not the name column.

    5 - Independent Practice ~20 mins

    Independent Practice

    Your goal: Add a clear summary statistics block to real Something Real project data so a reader can see totals, averages, extremes, and counts without scanning every row — and bank it as SM3 KA1 / PAT trajectory evidence under a findable filename.
    Time: ~20 minutes
    Task: Open your {{code:Project_Portfolio}} folder and go to {{code:09_specialism/sm3/}}. Open a spreadsheet that already holds real project data (budget lines, stock, hours, survey tallies, sales, or similar). Add a labelled Summary statistics block that uses at least six formulas drawn from SUM, AVERAGE, MIN, MAX, COUNT or COUNTA, COUNTIF, and ROUND (include at least one nested ROUND form). Rename or save the finished workbook as {{code:sm3_summary_block}} in the same sm3 folder.

    Real project sheets are often thin or differently laid out than the market-stall demo — that is normal. If your sheet only has a few rows, add a handful of realistic extras first. If your first COUNTA looks wrong, check you pointed at labels not numbers (same trap as practice).

    Fallback if you have no project sheet yet: duplicate {{code:sm3_functions_practice}}, replace the six products with 6–8 realistic rows from your own hustle, Work Experience log, budget, or stock list, rename the file to {{code:sm3_summary_block}}, then build the summary block on that data.
    Success criteria:
    • File is saved as {{code:sm3_summary_block}} in {{code:09_specialism/sm3/}} with a labelled Summary statistics block on real (or realistic project) data — not the market-stall practice numbers left unchanged
    • At least six formulas calculate automatically; change one source number and watch the summary update (practice used seven; six or more is the project bar)
    • Counts use the right tool for the column (numbers vs labels vs a condition)
    • Averages or money-style figures that need tidy decimals use ROUND with a sensible second argument
    123learn · Online learning platform

    Unlock the full learning experience

    You're previewing this lesson. Get full access to this lesson and hundreds more — each one ready to teach, with interactive activities, printable resources and pupil progress tracking built in.

    Hundreds of curriculum-aligned lessons
    Interactive activities in every lesson
    Printable resources & progress tracking
    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