Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Randomize/ Shuffle List in Excel
  • How to create Checklist in Excel
  • How to sum a total in multiple Excel tables
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Move chart to a separate worksheet in Excel

References

  • How to retrieve first match between two ranges in Excel
  • Count rows that contain specific values in Excel
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • Two-way lookup with VLOOKUP in Excel
  • Extract data with helper column in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation specific characters only
  • Excel Data validation no punctuation
  • Data validation must not exist in list
  • Excel Data validation only dates between

Remove text by matching in a cell in Excel

by

To remove text from a cell based by matching content (not location), you can use the SUBSTITUTE function.

Formula

=SUBSTITUTE(B6,text_to_remove,"")

Explanation

In the example shown, the formula in C6 is:

=SUBSTITUTE(B6,"-","")

How this formula works

The SUBSTITUTE function lets you replace text by matching content.

In this case, we want to remove hyphens from telephone numbers. The SUBSTITUTE function can handle this easily — we just need to provide a cell reference (B6), the text to remove (“-“), and the an empty string (“”) for replacement text.

SUBSTITUTE will replace all instances of “-” with nothing.

Note that SUBSTITUTE is a case-sensitive function.

In case You Intend To Remove more than one thing

If you need to remove more than one thing, you can nest multiple SUBSTITUTE functions. For example, to remove square brackets from text, you can use:

=SUBSTITUTE(SUBSTITUTE(text, "[", ""), "]", "")

Post navigation

Next Post:

Create One-dimensional and Two-dimensional Array

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to use Excel NOT Function
  • How to use Excel FALSE Function
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • Check multiple cells are equal in Excel

Date Time

  • Get last working day in month in Excel
  • How to determine year is a leap year in Excel
  • Count day of week between dates in Excel
  • Get last weekday in month in Excel
  • Get first Monday before any date in Excel

Grouping

  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel
  • Group arbitrary text values in Excel
  • Map text to numbers in Excel
  • Group numbers at uneven intervals in Excel

General

  • Check if range contains a value not in another range in Excel
  • Common Errors in Excel
  • How to generate random times at specific intervals in Excel
  • How to calculate percent of goal in Excel
  • Count cells that do not contain errors in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning