MID function

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.



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

Personal tools