Recap: Basic Functions
Part of the Fundamentals section of Coddy's Excel journey — lesson 28 of 42.
Challenge
EasySales figures sit in A2:A5. Next to them, a stats panel is half-built: labels in column B, answers missing in column C.
C2, the Total of the salesC3, the AverageC4, the Lowest figureC5, the Highest figure
All four formulas work on the same range, A2:A5. A second dataset will be tested.
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Sales | ||||||
| 2 | 40 | Total | |||||
| 3 | 25 | Average | |||||
| 4 | 55 | Lowest | |||||
| 5 | 30 | Highest | |||||
| 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