MID function

description:

Return a character from the middle of a text string.

 

syntax:

=MID( textstart_numnum_chars )

 

required arguments:

text The text to extract from.
start_num The location of the first character to extract.
num_chars The number of characters to extract.