Replaces an existing text string with another given text string.
Syntax
original_text: The text to search for the given text string. E.g. "Zoho Sheet"
old_text: The existing text string you want to replace. E.g. "o"
new_text: The text you want to replace the old_text with. E.g. "O"
Remarks
It is case-sensitive, i.e., "Apple" and "apple" are not treated the same.
Examples
Formula |
Result |
=SUBSTITUTE("Zoho Sheet";"o";"O";2) |
ZohO Sheet |
=SUBSTITUTE("Spreadsheet";"sheet";"ing") |
Spreading |
=SUBSTITUTE("Functions";"F";"J") |
Junctions |
Possible Errors
Errors |
Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.