REPLACE
Replacing / Substituting Parts of a Text String
Basic Description
The Excel Replace function replaces all or part of a text string with another string.
The syntax of the function is :
Where the function arguments are:
old_text | - | The original text string, that you want to replace a part of. |
start_num | - | The position, within the old_text string, of the first character that you want to replace. |
num_chars | - | The number of characters to replace. |
new_text | - | The replacement text. |
The Excel Replace function is similar to the Excel Substitute Function, but the Replace function replaces text in a specified position of a supplied string, while the Substitute function replaces one or more instances of a given text string.
Note that the Excel Replace Function is not suitable for languages that use the double-byte character set (eg. Chinese, Japanese, Korean). These languages should use the ReplaceB function, which is explained on the Microsoft Office website
Replace Function Examples
The following spreadsheets show examples of use of the Excel Replace Function.
Formulas:
|
Results:
|
Further information and examples of the Excel Replace function can be found on the Microsoft Office website.
Common Problem - Use of the Excel Replace Function with Numbers, Dates and Times
The Excel Replace function is designed for use with text strings and returns a text string. Therefore, if you attempt to use the replace function with a date, time or a number, it will give you unexpected results.
If you are not planning to use the date, time or number in further calculations, you could solve this problem by converting these values into text, using the Excel Text To Columns tool:
- Use the mouse to select the cell(s) you want to convert to text (this must not span more than one column)
- From the Data tab at the top of your Excel workbook, select the Text to Columns ... option
- Make sure the Delimited option is selected and click next
- Make sure all the delimiter options are unselected and then click next again
- You should now be offered a selection of Column Data Formats. Select Text and click the Finish button