Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=FIND("a",A2)Computed by a real spreadsheet engine on the sample data below.
| Text | Position of 'a' |
| alpha | 1 |
| Beta | |
| gamma | 2 |
| delta | 2 |
| apple | 1 |
=FIND("a",A2)→1
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.
Both FIND and SEARCH return a #VALUE! error when the search string is not found. Wrap in IFERROR to return a fallback instead.
Yes, both FIND and SEARCH work identically in Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: