FormulaCraft

RANK

RANK reports where a value sits in a list, largest to smallest by default. Anchor the list with $ so every row ranks against the same range.

Excel
=RANK(B2, $B$2:$B$100)
Google Sheets
=RANK(B2, $B$2:$B$100)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1B2 is the value to rank.
  2. 2$B$2:$B$100 is the list, locked so it stays fixed as you copy down.
  3. 3Add a third argument of 1 to rank smallest-first.

Need a version for your data?

Try: “Rank the score in B2 against the whole column, highest first

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: