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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: