REPLACE Function

Replaces part of a text string with a different text string

Over 1.8 million professionals use CFI to learn accounting, financial analysis, modeling and more. Start with a free account to explore 20+ always-free courses and hundreds of finance templates and cheat sheets.

What is the REPLACE Function?

The REPLACE Function[1] is categorized under Excel TEXT functions. The function will replace part of a text string, based on the number of characters you specify, with a different text string.

In financial analysis, the REPLACE function can be useful if we wish to remove text from a cell when the text is in a variable position.

Formula

=REPLACE(old_text, start_num, num_chars, new_text)

The REPLACE function uses the following arguments:

  1. Old_text (required argument) – This is the text we wish to replace some characters.
  2. Start_num (required argument) – The position, within old_text, of the first character that you want to replace.
  3. Num_chars (required argument) – This is the number of characters to replace.
  4. New_text (required argument) – The replacement text.

How to use the REPLACE Function in Excel?

As a worksheet function, REPLACE function can be entered as part of a formula in a cell of a worksheet. To understand the uses of the function, let us consider an example:

Example 1

Suppose we imported data from an external source and we wish to find certain characters. The data given are:

REPLACE Function

The formula and results in Excel are given in the screenshot below:

REPLACE Function - Example

A few notes about the REPLACE Function:

1. #VALUE error – Occurs when:

a. The given start_num argument is negative or is non-numeric value.

b. The given num_chars argument is negative or non-numeric.

2. The REPLACE function is designed for use with text strings and returns a text string. Therefore, if we attempt to use the function with a date, time or a number, we may get odd results. If we’re not planning to use date, time or number in further calculations, we can solve the problem by converting the values into text, using Excel’s Text To Columns tool. To do it:

  • We need to select the cell(s) we want to convert to text. The selected text must not span more than one column.
  • From the Data tab of the Excel ribbon, select the Text to Columns, as shown below:

REPLACE - Example 1

  • Ensure the Delimited option is selected, then click Next.

REPLACE - Example 2

  • Ensure all the delimiter options are unselected and then click Next again. Select Text and click the Finish button.

The REPLACE function should now work as expected on the values that were converted to text.

Click here to download the sample Excel file

Additional Resources

Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:

Article Sources

  1. REPLACE Function
0 search results for ‘