34 exercises free, no account needed

Learn Excel formulas by writing them

New: a Modern Excel track — FILTER, SORT, UNIQUE and LET, the functions most tutorials predate.

You can follow any Excel tutorial and still freeze on a blank cell. Writing formulas is a different skill from watching someone write them — this trains that one.

exercises
90
tracks
11
free to play
34

Total the sales in B6

A1
Select all cellsABC
1
Product
Sales
2
Cordless drill
1240
3
Extension lead
385
4
Safety goggles
156
5
Work gloves
227
6
Total
Count: 1

Click B6 and start with an = sign. This is the real thing — same grid, same engine as every exercise.

Exercises

One real problem, one missing formula

Every exercise drops you into a working spreadsheet with the answer taken out — a total that isn't there, a lookup returning #N/A. You write the fix, not just read about it.

Browse all exercises
exercises90
tracks11
free to play34
  1. 01

    Pick something to fix

    Every exercise is a small job with the answer missing: a total that is not there, a lookup returning #N/A, a column that will not sort.

    11 tracks · 90 exercises

  2. 02

    Type the formula

    Into a real grid, with the keys you already use: F2 to edit, arrow keys to build a reference, Tab to accept a function name.

    =SUM(B2:B5)

  3. 03

    Find out exactly what broke

    Press Check. You get the cell that is wrong and the reason it is wrong — a range one row short, a missing $, text that only looks like a number.

    B6 · one row short

Practise as much as you like without an account. Sign in and your progress follows you between devices, your streak survives a new laptop, and you show up on the leaderboard.

Daily challenge

Today's challenge

A new exercise every morning, plus every day that came before it — a back catalogue that grows by one a day, whether or not you were here for it.

Solve it before midnight UTC to keep your streak going.

Solve it
Formula AI

For the sheet in front of you, not the one in the exercise

The exercises teach you the functions. Formula AI is for the Tuesday afternoon when the file on your screen looks nothing like an exercise.

  • Describe it, get the formulayou write it in your own words, a formula you can paste comes back
  • Paste a formula, get the explanationincluding the one a colleague left behind three jobs ago
  • Ask anything Excelwhy a lookup misses, which function to reach for, how to lay a sheet out

Formula AI is part of Pro. The interface is open to everyone, so you can see exactly what you would be paying for before you pay for it.

You type

Flag every invoice more than 30 days old as Overdue

Formula AI turns it into

=IF(TODAY()-B2>30,"Overdue","")

Or the other way round

=INDEX(B:B,MATCH(A2,C:C,0))

Finds A2 in column C and returns the value on that row from column B — a lookup that reads leftwards, which VLOOKUP cannot do.

Why this and not a video

Same hour, same functions, two different results. Here's the difference, stated plainly.

Why this and not a video
What you can actually doFormula ExercisesYouTube TutorialsTraditional Online Courses
Type formulas into a working gridYesNoSometimes
Find out immediately whether you got it rightYesNoSometimes
Be told what kind of mistake you madeYesNoNo
Pick up where you left offYesNoYes
Works without installing ExcelYesYesYes
Costs nothing to startYesYesNo

What practising earns you

Not because points matter, but because starting tomorrow's session does. XP, levels, streaks and badges all exist to make the next one easier to begin.

XP for every solve

10 for a Beginner exercise, 20 for Intermediate, 35 for Advanced, and up to 10 more for a first-try answer with no hints.

Levels

XP compounds into levels, and the first few arrive in one sitting — the encouragement is front-loaded on purpose.

Streaks

One exercise a day keeps it alive. Miss a day and it goes back to zero, which is the only threat this site will ever make.

Achievements

There are 9: finishing a track, finishing one without a single wrong answer, practising thirty days straight.

And then there is everyone else

Two global boards, five windows each. Today's board is empty every morning, so somebody who started last year has no head start on you today.

XP earned
Counted from the exercises you actually solved and priced by difficulty — not from a number your browser reports.
Longest streak
Consecutive days of practice: live on today's board, best-inside-the-window on the rest.

TodayThis weekThis monthThis yearAll time

Players appear under a stable nickname, never an email. Solves count from the moment you are signed in.

When one grid is not enough

Guides for the things that take more than an exercise to explain — the index is laid out as a workbook you can filter and sort.

All articles
Simple pricing
$9/month$49/year$99 once
See all plans

Start with the free tracks

Four complete tracks, thirty exercises, no card and no account. If it turns out not to be for you, you have lost nothing.

Questions people ask before they start

How can I practise Excel formulas online for free?

Open the first track and start typing. There are 90 exercises here, the first four tracks are free to solve, and nothing asks for a card or an email before you find out whether you like it. Each exercise gives you a grid with real data in it, you write a real formula, and it is checked by running it — not by matching the text you typed.

How is this different from an Excel video course?

A video shows you a formula being written. This makes you write it. That sounds like a small difference and it is the whole difference: watching VLOOKUP is not the same skill as producing VLOOKUP with a deadline on you and somebody else's messy export in front of you. Ten minutes of typing beats an hour of watching.

Which Excel formulas should I learn first?

SUM, then IF, then COUNTIF and SUMIF, then VLOOKUP or XLOOKUP, then INDEX/MATCH. That is the order the tracks here run in, because each one leans on the last: SUMIF makes sense once IF does, and INDEX/MATCH only makes sense once you have hit VLOOKUP's limits yourself.

What happens when my formula is wrong?

You get the specific cell, the value your formula produced, and the value it should have produced — not the word "incorrect". Reading that gap is most of what learning formulas actually is. Every valid route to the right answer is accepted, so =B2+B3 and =SUM(B2:B3) both pass.

Can I use this to prepare for an Excel job interview or assessment?

Yes, and it lines up closely with what those tests check. Employer skills tests and interview exercises hand you a sheet of tasks built on IF, VLOOKUP, COUNTIF, absolute references and INDEX/MATCH — the same formulas drilled here. Most of them also score your method rather than only your number, so typing the answer by hand scores zero even when it is right.

Do I need to know Excel already to start?

No. Exercise one is a single addition, and the difficulty climbs from there one new idea at a time. You need no finance or analytics background — if you can open a web page you can start, and by the end of the free tracks you are writing SUMIF and COUNTIF.

Which Excel version do these exercises work with?

The formulas transfer to Excel 2016, 2019, 2021, Microsoft 365 and Excel for the web, and to Google Sheets for most of what is drilled here. The exceptions are the newest additions — XLOOKUP, FILTER, SEQUENCE and the other dynamic arrays need 365 or 2021 — and the reference pages say so on the functions where it matters.

How long does it take to get good at Excel formulas?

For the everyday set — totals, conditions, lookups, cleaning up text — a couple of weeks at ten focused minutes a day is realistic, and that is the honest version rather than a marketing number. Short deliberate practice is what builds recall; one long weekend session mostly builds the illusion of it.

I only use Excel at work. Is that enough to get fluent?

Usually not, and it is the most common trap. Using Excel at work teaches you reactively — you learn a function the day a task forces you to, then never touch it again. The fix is short deliberate practice away from a deadline, which is why the exercises here take five minutes each and need no setup and no data of your own.