Documentation/How Tos/Calc: MID function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 16:05, 13 September 2008 by Drking (Talk | contribs)

Jump to: navigation, search


MID

Returns text from the middle of a text string.

Syntax:

MID(text; start; number)

returns number characters from the text text, starting at position start.

Example:

MID("output"; 3; 2)

returns tp.

See also:

LEFT, RIGHT, LEN

Text functions

Functions listed alphabetically, Functions listed by category

Personal tools