Menu
Coddy logo textTech

Writing a Formula

Part of the Fundamentals section of Coddy's Excel journey — lesson 12 of 42.

Time to write formulas yourself. The recipe is always the same: click a cell, type =, type the calculation, press Enter.

=4+3
=10*5
=20-8
=9/3

The symbols are mostly what you'd expect: + adds and - subtracts. Two look different from school math: * (the asterisk) multiplies, there's no × key, and / (the slash) divides.

A formula isn't limited to two numbers. Chain as many as you like:

=1+2+3+4

For now our formulas use plain numbers, so the answer never changes, =4+3 is a fancy way to write 7. That's fine for practice; in the next lesson formulas start pulling numbers from other cells, and that's where spreadsheets get their superpowers.

challenge icon

Challenge

Beginner

The sheet has two labels waiting for results: A1 says Sum and A2 says Product.

Write a formula (starting with =!) in each cell next to its label:

  1. In B1: add 4 and 3 with a formula
  2. In B2: multiply 10 by 5 with a formula

Try it yourself

Sheet1
ABCDEFG
1Sum
2Product
3
4
5
6
7
8
9
10
11
12
13
14
quiz iconTest yourself

This lesson includes a short quiz. Start the lesson to answer it and track your progress.

All lessons in Fundamentals