Excel MID function
Function MID
Description Excel MID function which returns the specified number of characters from the middle of a text strings
Syntax MID(text, start_num, num_chars)
text Required. The text from where we need to take out characters.
start_num Required. The character position from where characters are to be take out.
num_chars Required. Number of characters to be extracted.
Example:
Related Video Tutorials: