Excel MID Function

Summary

The Excel MID function extracts a given number of characters from the middle of a supplied text string. For example, =MID("apple",2,3) returns "ppl".

Purpose

Extract text from inside a string

Return value

The characters extracted.

Syntax

=MID (text, start_num, num_chars)

Arguments

Usage notes

 

Excel MID Function

Summary

The Excel MID function extracts a given number of characters from the middle of a supplied text string. For example, =MID("apple",2,3) returns "ppl".

Purpose

Extract text from inside a string

Return value

The characters extracted.

Syntax

=MID (text, start_num, num_chars)

Arguments

Usage notes