Totals and Averages
Part of the Fundamentals section of Coddy's Excel journey — lesson 40 of 42.
Challenge
EasyExtend your grade book with two calculated columns:
- Headers:
TotalinE1andAverageinF1 - Column
E: each student's total score usingSUM,E2for Maya,E3for Liam,E4for Ava - Column
F: each student's average usingAVERAGE,F2,F3,F4
Use ranges that cover each student's own row of scores. The tests will change some scores, real formulas will follow along, typed-in numbers won't.
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Student | Test 1 | Test 2 | Test 3 | |||
| 2 | Maya | 78 | 85 | 92 | |||
| 3 | Liam | 62 | 58 | 72 | |||
| 4 | Ava | 95 | 88 | 93 | |||
| 5 | |||||||
| 6 | |||||||
| 7 | |||||||
| 8 | |||||||
| 9 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 |
All lessons in Fundamentals
1Meet the Spreadsheet
What Is a Spreadsheet?Cells and ReferencesYour First CellsRows, Columns and the GridRecap: Meet the Grid