Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=MATCH("Bob",$A$2:$A$5,0)Computed by a real spreadsheet engine on the sample data below.
| Name |
| Alice |
| Bob |
| Carlos |
| Diana |
=MATCH("Bob",$A$2:$A$5,0)→2
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Use =MATCH(2,1/(A2:A100=value),1) entered as an array formula (Ctrl+Shift+Enter in Excel). It finds the last position by exploiting the way MATCH searches from the end with match_type=1.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: