Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=SUBSTITUTE(SUBSTITUTE(A2,"!",""),"@","")=REGEXREPLACE(A2,"[@!]","")Computed by a real spreadsheet engine on the sample data below.
| Original Text | Cleaned Text |
| Hello! How are you? | Hello How are you? |
| Contact me @example.com | Contact me example.com |
=SUBSTITUTE(SUBSTITUTE(A2,"!",""),"@","")→Hello How are you?
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need the Google Sheets version instead? Open Sheets variant in workspace →
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.
Yes, by nesting SUBSTITUTE functions in Excel or using REGEXREPLACE with a pattern in Google Sheets.
Include these in your formula as well, adjusting the pattern or additional SUBSTITUTE functions accordingly.
No practical limit, but excessively long formulas may impact performance; consider using VBA or scripts for very complex tasks.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: