Difference between revisions of "Documentation/How Tos/Calc: MID function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 12: Line 12:
 
: returns <tt>'''tp'''</tt>.
 
: returns <tt>'''tp'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: LEFT function|LEFT]]''',
+
* [[Documentation/How_Tos/Calc: LEFT function|LEFT]]
'''[[Documentation/How_Tos/Calc: RIGHT function|RIGHT]]''',
+
* [[Documentation/How_Tos/Calc: RIGHT function|RIGHT]]
'''[[Documentation/How_Tos/Calc: LEN function|LEN]]'''
+
* [[Documentation/How_Tos/Calc: LEN function|LEN]]'''
  
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
+
* [[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 14:04, 25 February 2009


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.

Template:Documentation/SeeAlso

Personal tools