Check out our new Apple Question and Answer site:

MID

Description

The MID function extracts the specified number of characters from a string starting at the specified position.

Syntax

MID(text, start, length)

  • text: A text expression.
  • start: The number of the first character to extract. Position 1 is the first character in the string.
  • length: The number of characters to extract.

Examples


MID

Share and Enjoy:
  • del.icio.us
  • Reddit
  • StumbleUpon
  • Technorati
  • Digg
  • Facebook
  • HackerNews
  • Suggest to Techmeme via Twitter
  • Twitter

Comments on this entry are closed.