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
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, 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: