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

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.

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

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

Last reviewed: