MID

MID

Synopsis

MID(string, position, length)

Description

MID returns a substring from string starting at position for length characters.

  • This function is Excel compatible.

Examples

MID("testing",2,3) equals "est".

See also

LEFT, RIGHT.