Skip to main content

MID

Use the MID function to extract a specified number of characters from a text value, starting at a given position.

Use

MID( text, start_num, num_chars )
Returns a specific number of characters from a text value starting at the given position.

ParameterRequiredDescription
textYesthe text containing characters to return
start_numYesthe position of the first character to extract (starting from 1)
num_charsYesthe number of characters to extract

ReturnsText

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE