About 1,320 results
Open links in new tab
  1. Using Excel REPLACE and SUBSTITUTE functions - formula examples - Ablebits

    Mar 21, 2023 · The tutorial explains the Excel REPLACE and SUBSTITUTE functions with examples of uses. See how to use the REPLACE function with text strings, numbers and dates, and how to nest several REPLACE or SUBSTITUTE functions within one formula.

  2. Excel REPLACE function | Exceljet

    The Excel REPLACE function replaces characters specified by location in a given text string with another text string. For example =REPLACE("XYZ123",4,3,"456") returns "XYZ456".

  3. REPLACE function - Microsoft Support

    This article describes the formula syntax and usage of the REPLACE function in Microsoft Excel. Description. REPLACE replaces part of a text string, based on the number of characters you specify, with a different text string. Syntax. REPLACE(old_text, start_num, num_chars, new_text) The REPLACE function syntax has the following arguments:

  4. How to Find and Replace Using a Formula in Excel – 4 Examples

    Aug 3, 2024 · Create a new column (Actor’s Short Name, here) and enter the following formula in D5. =REPLACE(C5,1,FIND(" ",C5),LEFT(C5,1)&". ") The REPLACE function takes C5 as a reference, counts data until the FIND function finds a space. The LEFT function replaces the first name with its starting alphabet letter followed by a dot (.) Press ENTER.

  5. How to Use Excel REPLACE Function (Examples + Video) - Trump Excel

    In this tutorial, I will show you how to use the REPLACE function in Excel (with examples). Replace is a text function that allows you to quickly replace a string or a part of the string with some other text string.

  6. Excel REPLACE Function - Formula, Examples, How to Use?

    The excel REPLACE formula is =REPLACE(old_text,start_num,num_chars,new_text). For example, consider the below table with a text string in cell A2. We need to apply the REPLACE function to replace the text.

  7. Excel REPLACE Function - How To Use? Examples and Template.

    Jul 24, 2018 · Guide to Excel REPLACE Function. Here we replace/substitute existing string/text with another string, examples & downloadable excel template.

  8. REPLACE Function - Formula, Examples, How to Use Replace

    The REPLACE function in Excel replaces part of a text string with a different text string, useful for modifying variable text data. Its syntax is =REPLACE(old_text, start_num, num_chars, new_text). The function is particularly helpful in financial analysis to clean and adjust text data.

  9. REPLACE Function ExamplesExcel, VBA, & Google Sheets

    Feb 9, 2023 · This tutorial demonstrates how to use the REPLACE Function in Excel and Google Sheets to replace text in a cell. What is REPLACE? The REPLACE Function replaces a specified number of characters in a text string with a different specified text string. Let us look at the following example replacing the string “quick brown” with “slow white”.

  10. REPLACE in Excel -Syntax and examples - Spreadsheet Center

    The REPLACE function is a straightforward tool for text manipulation in Excel, helping you make changes while keeping your data intact. Examples 🔗. Suppose you have the text 'Excel is awesome' in cell A1, and you want to replace the word 'awesome' with 'powerful'. You can use the formula: =REPLACE(A1, 9, 7, "powerful")

Refresh