๐ŸŽฏ The Goal

I can write my own formulas using the equals sign (=) and math symbols (+, -, *, /) to make the spreadsheet calculate for me.


๐Ÿ“– The Walkthrough: The Magic Equals Sign

A spreadsheet is a “Super Calculator,” but it only works if you use the magic code. Every formula must start with an Equals Sign (=). If you don’t type =, the spreadsheet just thinks you are typing normal text.

The Math Symbols

On a computer, math symbols look a little different than in your notebook:

OperationSymbolExample
Addition+=A1+B1
Subtraction-=A1-B1
Multiplication*=A1*B1
Division/=A1/B1

๐Ÿ“ฅ The Starter File

Download the “Tuck Shop Totals” spreadsheet below. You will see a list of snacks and how many were sold, but the “Total” column is empty!


โœ… The Checklist: Your Task

Open the Tuck Shop file and follow these steps:

  1. Multiply: In cell D2, type the formula to multiply the Price by the Quantity.
    • Hint: It should look something like =B2*C2
  2. The Fill Handle: Instead of typing the formula again, click the tiny blue square at the bottom-right of cell D2 and drag it down to the bottom of the list.
  3. Subtract: In the “Profit” column, subtract the “Cost to Make” from your “Total Income.”
    • Example: =D2-E2
  4. Test it: Change the Quantity of one item. If your formulas are correct, the Total and Profit should change automatically!

๐Ÿ† Level Up! (Extension)

  • The Grand Total: Can you find a way to add up the entire “Profit” column to see how much the Tuck Shop made in total?
  • Tax Man: Create a new column that takes your profit and multiplies it by 0.2 to calculate 20% tax.

๐Ÿ“ค Test Your Knowledge

Once you have completed the tasks click the button below to take the quiz for this skill.Remember to select Skill 3 in the first question !


๐Ÿ Navigation

โ‡  Previous: Skill 2Next Lesson: Skill 4 The “Big Four” Functions โž”