Recap: First Formulas
Part of the Fundamentals section of Coddy's Excel journey — lesson 16 of 42.
Challenge
MediumThe rectangle's Width is in B1 and its Height is in B2.
- In
B4(next to the Area label): a formula for width times height - In
B5(next to the Perimeter label): a formula for width plus height, all multiplied by 2, you'll need parentheses
Use cell references so the formulas survive a change of rectangle.
Try it yourself
Sheet1
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | Width | 5 | |||||
| 2 | Height | 3 | |||||
| 3 | |||||||
| 4 | Area | ||||||
| 5 | Perimeter | ||||||
| 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 Grid2Entering Data
Text and NumbersBuilding a Small TableEditing and Clearing CellsNumbers That Mean SomethingRecap: Entering Data3Your First Formula
What Is a Formula?Writing a FormulaFormulas with CellsArithmetic OperatorsOrder of OperationsRecap: First Formulas