A3=A1+A2

The Magic of Formulas

A spreadsheet looks like a boring grid. Its secret power: change one number and everything updates itself.

1

Every Cell Has an Address

A spreadsheet is a grid. Columns get letters (A, B, C) and rows get numbers (1, 2, 3). Where a column and row cross is a cell, and its address is just the two put together. Click any cell to hear its name.

Click a cell. Its address is column letter + row number.
Why it matters

Addresses are what make formulas possible. Instead of saying "the number three cells up," you just say A1. Every formula is built from these little coordinates.

2

A Formula Lives in a Cell

Type a formula into a cell, starting with =, and it shows the answer instead of the text. Here A3 holds =A1+A2. Change the two numbers and watch A3 work it out for you, instantly.

A1
A2
A38
A3 contains the formula =A1+A2
The cell stores a formula but shows the result.
Live math

You never press an equals button or recalculate by hand. The moment an input changes, the formula reruns. A spreadsheet is really a page full of tiny always-on calculators.

3

Change One, Change Everything

This is the superpower. Formulas can use other formulas, so one change ripples through the whole sheet. Plan a pizza party below. Change the number of friends and watch the slices, pizzas, and total cost all recalculate at once.

Friends coming
Slices each
Slices per pizza
Price per pizza ($)

Slices needed24 =friends×each
Pizzas to order3 =roundup(slices/8)
Total cost$36 =pizzas×price
Change any number up top. The whole plan updates itself.
Real power

This is why spreadsheets run the world. Scientists, shopkeepers, and NASA all ask "what if?" by changing one cell and letting thousands of formulas answer at once.

4

Functions Crunch Whole Ranges

Adding cells one by one is slow. Functions do it in a word. =SUM(A1:A5) adds a whole column; =AVERAGE(A1:A5) finds the mean. Edit these test scores and watch the total and average keep up.

SUM0=SUM(A1:A5)
AVG0=AVERAGE(A1:A5)
Two functions, one range, always up to date.
Fun fact

Modern spreadsheets have over 400 built-in functions, for money, dates, text, even random numbers. The first spreadsheet, VisiCalc in 1979, was so useful people bought whole computers just to run it.

Spreadsheet Wizard!

You learned the secret every spreadsheet hides: cells point at other cells, so one change ripples through everything automatically. That single idea runs budgets, science labs, and businesses all over the world. Now go build one.

0
Recalculations
0
What-Ifs Tried
0
Time Exploring

Every Cell Has an Address

Columns are letters, rows are numbers. The cell where column B meets row 2 is called B2. Addresses let formulas point at cells.

A Formula Lives in a Cell

Type =A1+A2 and the cell shows the answer, not the text. It is a tiny instruction the spreadsheet runs for you.

Change One, Change All

Because formulas point at cells, editing one number makes every formula that depends on it recalculate instantly. That is the what-if superpower.

Functions Do the Heavy Lifting

Instead of =A1+A2+A3+A4, write =SUM(A1:A4). Functions like SUM and AVERAGE crunch whole ranges in one word.

Ready to Create?

Put your new knowledge into practice!

Suggest a Correction