Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
FIND locates the position of a substring within a text string with case sensitivity, returning an error if the substring is not found. Use it to extract substrings with MID or LEFT/RIGHT, or wrap it in ISNUMBER to test whether a specific case-sensitive string exists within a cell.
=FIND("@",A2)=FIND("@",A2)Computed by a real spreadsheet engine on the sample data below.
| alice@example.com |
| bob@sample.org |
| carol@test.net |
| dave@domain.io |
=FIND("@",A2)→6
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Find the position of the @ symbol in an email address to extract the domain”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: