MID
Return the given amount of characters starting at the given index from a string.
Syntax
=MID(Text, Index, Count)
Arguments
Name | Description |
---|---|
Text | Text to extract string from. |
Index | Index to start extracting from. |
Count | Number of characters to extract. |
Return
The text that that is extracted from the given text using the arguments.
Examples
Formula | Result | Comment |
---|---|---|
| "pl" |