FormulaCraft

How to find the position of a character in Excel and Google Sheets

Topic:Text manipulation
Excel & Google Sheets
=FIND("-", A2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Code
USD-100

=FIND("-", A2)4

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

Step by step

  1. 1"-" is the character to locate.
  2. 2A2 is the text to search.
  3. 3FIND returns its position (here, 4 for "USD-100").

Tips

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.

Frequently asked

What if the character isn't found?

FIND returns #VALUE!. Wrap it in IFERROR to return a fallback like 0.

More on Text manipulation

See all →

Formulas used

Related tasks

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

Last reviewed: