FormulaCraft

How to remove specific characters in Excel and Google Sheets

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

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. 1A2 is the text to clean.
  2. 2"-" is the character to remove; "" replaces it with nothing.
  3. 3Nest calls to remove several: =SUBSTITUTE(SUBSTITUTE(A2, "-", ""), " ", "").

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

How do I remove more than one character?

Nest SUBSTITUTE — each layer removes one character: =SUBSTITUTE(SUBSTITUTE(A2, "-", ""), "/", "").

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: