MID
Return a specified number of characters from the middle of a text string, starting at a specific position.
Syntax
mid (text, position, length)Arguments
Example
mid([Full Name],0,7)
//When the field Full Name has the value Johny Rivers, this will return Johny R
Excel equivalent
Last updated
Was this helpful?