|
|
The Excel REPLACE Function
Basic DescriptionThe Excel Replace function replaces all or part of a text string with another string. The syntax of the function is :
REPLACE( old_text, start_num, num_chars, new_text )
Where the function arguments are:
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 official Microsoft website Replace Function ExamplesThe following spreadsheets show examples of use of the Excel Replace Function. The spreadsheet on the left shows the format of the functions and the spreadsheet on the right shows the results.
Further information and examples of the Excel Replace function can be found on the Microsoft Office website. Common ProblemUse 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. One solution to this problem is to convert the date, time or number into text, using the Excel Text To Columns tool:
|
|||||||||||||||||
|
|
Copyright © 2008-2011 ExcelFunctions.net |