Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

MID function

Description

Returns a specific number of characters from a text string, starting from a specified position.

MID(str,pos,n) returns the middle n characters from string str starting at position pos. The first character has position number 1, and so on.

Example

MID("statistics",3,4) returns "atis"

Calculator

MID(  ,  ,  

Related functions