Find the third-largest value without sorting
Top-n answers that do not disturb the sheet — and do not break when two values tie.
The data
| Row number | A | B |
|---|---|---|
| 1 | Rep | Deals closed |
| 2 | Ava | 14 |
| 3 | Liam | 22 |
| 4 | Mia | 9 |
| 5 | Ethan | 18 |
| 6 | Sofia | 22 |
Your task
Put a formula in D2 that returns the third-largest number of deals closed, without sorting the data.
Your formula goes in D2
The checker compares your formula against the accepted answers — it does not run it. The expected result is shown with the solution so you can verify it in your own spreadsheet.
Why this is the right formula
Note the tie: two reps closed 22, and both occupy a position — so LARGE with k=1 and k=2 both return 22, and the third-largest is 18, not 14. That is the behaviour you want for a leaderboard and the one people misjudge. MAX would only ever give you the top value, and sorting would rearrange rows other formulas may depend on.
Try next
Free to use, share and republish — including commercially. Attribution isn't required, but it's what keeps these free to make, and there's one ready to paste below.
Questions
Does this actually run my formula?
No, and it is worth being clear about that. The checker normalises what you type — case, spaces, the semicolon-or-comma separator, dollar-sign anchors — and compares it against every formula that solves the task. The expected result is shown so you can verify it independently in your own spreadsheet.
My formula is different but correct. Will it be marked wrong?
It should not be: each exercise accepts the genuinely different approaches, not one blessed answer. If you find a correct formula that is rejected, the feedback button sends it to us with the page attached.
Do I need an account?
No. There is no signup, no progress tracking and nothing stored — everything happens in your browser.