description:
Return a character from the middle of a text string. |
syntax:
=MID( text, start_num, num_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. |