DeskFluent
Module 1Free6 min read

What is a spreadsheet, actually?

A giant sheet of squared paper where the paper can do maths for you. Let us meet the grid.

Open Excel or Google Sheets. You'll see a wall of empty boxes and probably feel nothing.

Here's the thing to hold on to: it's squared paper that can do arithmetic. That's it. Everything else is a feature built on that one idea.

The parts of the grid

  • Cell β€” one box. The basic unit.
  • Column β€” a vertical strip, labelled with letters: A, B, C…
  • Row β€” a horizontal strip, labelled with numbers: 1, 2, 3…
  • Cell reference β€” the cell's address: column letter then row number. B4 is column B, row 4.

Three things a cell can hold

Only three. This matters more than it sounds.

  1. 1A number β€” 4500
  2. 2Text β€” Rahul (also called a label)
  3. 3A formula β€” =B2*C2 (always starts with =)

Your first sheet

Type this in exactly. Really do it β€” reading about spreadsheets doesn't work.

ABC
1ItemPriceQuantity
2Notebook603
3Pen1510
4Bag8501

Now click cell D1 and type Total. Click D2 and type:

=B2*C2

Press Enter. You get 180.

You just wrote a formula. That * is the multiply sign β€” computers use * because Γ— is too easily confused with the letter x.

The magic handle

Now the moment that makes people fall in love with spreadsheets.

Click D2 again. See the tiny square at the bottom-right corner of the cell border? That's the fill handle. Drag it down to D4.

Excel doesn't copy =B2*C2 literally. It's smart enough to write =B3*C3 and =B4*C4. It understood you meant "this row's price times this row's quantity".

That single behaviour is why a person with a spreadsheet can do in ten seconds what would take an hour with a calculator. Ten rows or ten thousand β€” same drag.

The four maths symbols

You wantTypeExample
Add+=B2+C2
Subtract-=B2-C2
Multiply*=B2*C2
Divide/=B2/C2

One habit to start today

Never type a number inside a formula if that number lives in a cell.

Bad: =180*0.18 Good: =D2*E1 (where E1 holds the tax rate)

Why? Because when the tax rate changes β€” and it will β€” you change one cell instead of hunting through 400 formulas. This one habit is the difference between a spreadsheet people trust and one they quietly rebuild.

Too Long; Didn’t Read

  • A spreadsheet is squared paper that can do maths. Cells have addresses like B4.
  • A cell holds a number, text, or a formula β€” and every formula starts with =.
  • Drag the fill handle to copy a formula down; references shift automatically to each row.

Your tiny task

Build the four-row shopping list above in Excel or Google Sheets, add the Total column, and drag the fill handle. Then change the price of the bag to 900 and watch the total update by itself.

It takes a few minutes and it’s the bit that makes the lesson stick.

Quick check

0 of 3 answered

Three questions. Get one wrong and you’ll get a hint β€” there’s no penalty and you can try again straight away.

  1. What must every Excel formula start with?
  2. Cell D2 contains =B2*C2. You drag the fill handle down to D3. What does D3 contain?
  3. Why is =D2*E1 better than =D2*0.18 when E1 holds the tax rate?

Your score is saved to your dashboard.

Finished reading? Tick it off.

Create a free account to save your progress, streak and badges.

Next lesson

Up next: The six formulas that cover 80% of office work

Advertisement

Ad space (lessonFooter)

Add your AdSense IDs to .env and real ads appear here.

Ads keep the free courses free. Go Pro to remove them.