About 24,700,000 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. How to Replace Text in Excel Formula (7 Methods)

    Jul 15, 2024 · In this article, you will get to know the easiest ways to replace text in Excel formula. Download the workbook and practice.

  3. How to Replace Characters, Text, and Strings in Excel

    Aug 30, 2024 · How to Replace Characters, Text, and Strings in Excel. Need to replace text in multiple cells? Excel’s REPLACE and SUBSTITUTE functions make the process much easier. Let’s take a look at how the two functions work, how they differ, and how you put them to use in a real spreadsheet🔍

  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.

  5. Excel: How to Use Find and Replace Within Formulas - Statology

    Oct 5, 2023 · Often you may want to use the Find and Replace feature in Excel to replace values in formulas in an Excel sheet. Fortunately this is easy to do and the following example shows how to do so. Suppose we have the following dataset in Excel that contains information about sales and revenue for various retail stores:

  6. 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:

  7. How to replace existing cell references with cell names?

    May 27, 2019 · I have a sheet full of formulas referencing various cells. I want to be able to better understand the logic by looking at the formulas, so I decide to name the cells. How do I get existing formulas to show these names?

  8. 6 Easy Ways to Replace Words in Excel Using Formula

    Oct 12, 2024 · Learn how to replace words in Excel using formulas like SUBSTITUTE, REPLACE, and SEARCH for efficient text replacement in your data.

  9. How to replace the Text of a Cell Based on a Condition in Excel

    Aug 3, 2024 · Using the REPLACE Function with a Condition in a Cell. Step 1: A new column: “Modification” was added to the dataset. Step 2: Data in B9 is wrong. Update the modified data in E9.

  10. How to use Replace Function in Excel - thebricks.com

    Feb 12, 2025 · In simple terms, Replace allows you to swap out one set of characters for another within a cell or range of cells. This can be incredibly useful for correcting misspellings, updating data formats, or even making bulk changes to your dataset.

Refresh