Returns a given number of characters from a text string starting from the a specific given position.
Syntax
text: The text string to extract the characters from. E.g. "Zoho Sheet"
start: The starting point to obtain the required characters. E.g. 1
Examples
|
Formula |
Result |
|
=MID("Zoho Sheet";1;6) |
Zoho S |
|
=MID(A3;B3;C3) |
she |
|
=MID("Functions";4;2) |
ct |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions