{"id":83,"date":"2026-01-14T06:50:19","date_gmt":"2026-01-14T06:50:19","guid":{"rendered":"http:\/\/bispcomputingtest.ddns.net\/wordpress\/?page_id=83"},"modified":"2026-01-22T07:24:15","modified_gmt":"2026-01-22T07:24:15","slug":"skill-4-the-big-four-functions","status":"publish","type":"page","link":"https:\/\/bisp-digital-literacy.com\/?page_id=83","title":{"rendered":"Skill 4 &#8211; The Big Four Functions"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">\ud83c\udfaf The Goal<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-pale-cyan-blue-background-color has-background\"><strong>I can use the SUM, AVERAGE, MAX, and MIN functions to analyze large groups of data quickly.<\/strong><\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udcd6 The Walkthrough: The Spreadsheet Shortcuts<\/h3>\n\n\n\n<p>Imagine you have a list of 1,000 students. You wouldn&#8217;t want to type <code>=A1+A2+A3...<\/code> 1,000 times! Instead, we use <strong>Functions<\/strong>.<\/p>\n\n\n\n<p>Every function has a name and a <strong>range<\/strong> (the start and end cells).<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>Function<\/strong><\/td><td><strong>What it does&#8230;<\/strong><\/td><td><strong>Example<\/strong><\/td><\/tr><\/thead><tbody><tr><td><strong>SUM<\/strong><\/td><td>Adds everything together.<\/td><td><code>=SUM(B2:B10)<\/code><\/td><\/tr><tr><td><strong>AVERAGE<\/strong><\/td><td>Finds the &#8220;middle&#8221; or mean value.<\/td><td><code>=AVERAGE(B2:B10)<\/code><\/td><\/tr><tr><td><strong>MAX<\/strong><\/td><td>Finds the highest number in the list.<\/td><td><code>=MAX(B2:B10)<\/code><\/td><\/tr><tr><td><strong>MIN<\/strong><\/td><td>Finds the lowest number in the list.<\/td><td><code>=MIN(B2:B10)<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udce5 The Starter File<\/h3>\n\n\n\n<p>Download the <strong>&#8220;House Points Leaderboard&#8221;<\/strong> below. It contains a list of students and the points they have earned for their houses this term.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/docs.google.com\/spreadsheets\/d\/1ZZye97-F4QqmDOzfm3ee8mOKYDubYbdKHf9qB7WKKXE\/copy?gid=106098801#gid=106098801\">Download House Points Leaderboard<\/a><\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\u2705 The Checklist: Your Task<\/h3>\n\n\n\n<p>Scroll to the bottom of the data table and find the <strong>Summary Box<\/strong>. Use your new skills to fill it in:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Total Points:<\/strong> Use <code>=SUM(B2:B50)<\/code> to find out how many points were earned in total.<\/li>\n\n\n\n<li><strong>Average Score:<\/strong> Use <code>=AVERAGE(B2:B50)<\/code> to see the typical score per student.<\/li>\n\n\n\n<li><strong>Top Performer:<\/strong> Use <code>=MAX(B2:B50)<\/code> to find the highest score achieved.<\/li>\n\n\n\n<li><strong>Lowest Score:<\/strong> Use <code>=MIN(B2:B50)<\/code> to find the lowest score.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83c\udfc6 Level Up! (Extension)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Specific House Totals:<\/strong> Can you use a SUM function to add up only the students in &#8220;Gryffindor&#8221;? (Hint: You will need to select a specific range of cells that aren&#8217;t all together).<\/li>\n\n\n\n<li><strong>The &#8220;Count&#8221; Secret:<\/strong> Try using <code>=COUNT(B2:B50)<\/code>. What does the answer tell you about your data?<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udce4 Test Your Knowledge<\/h3>\n\n\n\n<p>Once you have completed the tasks click the button below to take the quiz for this skill.<strong>Remember to select Skill 4 in the first question !<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https:\/\/forms.gle\/o6zeXt9zpYXtUBvv9\">Skills Quiz<\/a><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83c\udfc1 Navigation<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>\u21e0 Previous: <a href=\"http:\/\/bispcomputingtest.ddns.net\/wordpress\/?page_id=81\" data-type=\"page\" data-id=\"81\">Skill 3<\/a><\/strong><\/td><td><strong>Next Lesson: <a href=\"http:\/\/bispcomputingtest.ddns.net\/wordpress\/?page_id=85\" data-type=\"page\" data-id=\"85\">Skill 5  Creating Charts &amp; Graphs \u2794<\/a><\/strong><\/td><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfaf The Goal I can use the SUM, AVERAGE, MAX, and MIN functions to analyze large groups of data quickly. \ud83d\udcd6 The Walkthrough: The Spreadsheet Shortcuts Imagine you have a&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":75,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-83","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=\/wp\/v2\/pages\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=83"}],"version-history":[{"count":5,"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=\/wp\/v2\/pages\/83\/revisions"}],"predecessor-version":[{"id":160,"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=\/wp\/v2\/pages\/83\/revisions\/160"}],"up":[{"embeddable":true,"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=\/wp\/v2\/pages\/75"}],"wp:attachment":[{"href":"https:\/\/bisp-digital-literacy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}