Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUBSTITUTE(A2,"old","new")Computed by a real spreadsheet engine on the sample data below.
| Original Text | Result |
| old product | new product |
| hello old world | hello new world |
| old records only | new records only |
| old and new old | new and new new |
| standard old item | standard new item |
=SUBSTITUTE(A2,"old","new")→new product
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Yes, SUBSTITUTE is case-sensitive. 'Hello' and 'hello' are treated as different strings. Use LOWER or UPPER first if you need case-insensitive replacement.
Use REPLACE when the characters to remove vary in content but always occupy the same position — for example, stripping a fixed 3-character country code from the start of a product code.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: