Extracts a fixed-length text from a specific position within content. 【string】is the content you input, which contains the text to be extracted. The content can be input text or referenced field data. 【whereToSearch】is the position you specify to extract the text from, using a number to indicate the character position. For example, the number "3" means to extract from the 3rd character of the content. 【count】is the length of the text to extract, using a number to indicate. For example, the number "2" means to extract 2 characters from the specified position.
Input formula
Select a formula
Number
Sum
Average
Max
Min
Round
Round Up
Round Down
Ceiling
Floor
Even
Odd
Int
Abs
Sqrt
Mod
Power
Exp
Log
Value
Text
Concatenate
Find
Search
Mid
Replace
Substitute
Len
Left
Right
Lower
Upper
Rept
T
Trim
Encode URL Component
Logic
If
Switch
True
False
And
Or
Xor
Blank
Error
Is Error
Not
Date
Today
Now
To Now
From Now
Date Add
Datetime Diff
Workday
Workday Diff
Is After
Is Before
Is Same
Datetime Format
Datetime Parse
Datestr
Timestr
Year
Month
Weekday
Weeknum
Day
Hour
Minute
Second
Set Locale
Set Timezone
Created Time
Last Modified Time
Array
Array Compact
Array Unique
Array Join
Array Flatten
Count
CountA
CountIf
CountAll
Object
Record ID
Extracts a fixed-length text from a specific position within content. 【string】is the content you input, which contains the text to be extracted. The content can be input text or referenced field data. 【whereToSearch】is the position you specify to extract the text from, using a number to indicate the character position. For example, the number "3" means to extract from the 3rd character of the content. 【count】is the length of the text to extract, using a number to indicate. For example, the number "2" means to extract 2 characters from the specified position.
Usage
MID(text, start_num, num_chars)
Example
MID("This is an apple", 12, 5)
=> apple