MID

Syntax

MID (Text, Start, {Count})

Description

The MID function returns Count characters from text, beginning with Start. If Count is omitted, returns all characters to the end of text.

Example

MID("StringFun", 6, 3) returns Fun.