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

Data Analysis

  • Conditional Formatting Rules in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • Use Data Form to input, edit and delete records in Excel
  • How to Create Gantt Chart in Excel

References

  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • How to reference named range different sheet in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel ROWS Function

Data Validations

  • Excel Data validation must begin with
  • Prevent invalid data entering in specific cells
  • Excel Data validation must contain specific text
  • Excel Data validation don’t exceed total
  • Excel Data validation only dates between

How to extract substring in Excel

by

To extract a substring with an Excel formula, you can use the MID function.

Note: In this example, we are calculating the end position in order to extract a substring with a literal start and end position. However, if you know the number of characters to extract, you can just plug in that number directly.

 Formula

=MID(A1,start,end-start+1)

Explanation

In the example shown, the formula in E5 is:

=MID(B5,C5,D5-C5+1)

which, on row 5, returns “Perfect”.

How this formula works

In the example on this page, we are using the MID function to extract text based on a start and end position. The MID function accepts three arguments: a text string, a starting position, and the number of characters to extract. The text comes from column B, and the starting position comes from column C. The number of characters to extract is calculated by subtracting the start from end, and adding 1. In cell E6:

=MID(B5,C5,D5-C5+1)
=MID("Perfect is the enemy of good",1,7-1+1)
=MID(B5,1,7) // returns "Perfect"

Functions to extract substrings

Excel provides three primary functions for extracting substrings:

=MID(txt,start,chars) // extract from middle
=LEFT(txt,chars) // extract from left
=RIGHT(txt,chars) // extract from right

Finding start and end positions with a formula

In the example shown, start and end positions are based on hardcoded values. However, it is possible to calculate positions with the FIND function and SEARCH function.

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
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function
  • SWITCH function example in Excel

Date Time

  • How to enter Today’s Date or Static Date and Time in Excel
  • DATE function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate next scheduled event in Excel
  • Calculate number of hours between two times in Excel
  • How to get Holiday Date from Year in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • Map inputs to arbitrary values in Excel
  • Calculate conditional mode with criteria in Excel
  • Group arbitrary text values in Excel
  • Group times into unequal buckets in Excel

General

  • 44 Practical Excel IF function Examples
  • Count cells that contain errors in Excel
  • Excel Autofill Cell Ranges, Copy, Paste
  • Hide and Unhide Columns or Rows in Excel
  • Freeze and Unfreeze Panes in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning