String - WordsMid
Syntax: =WordsMid(Text, StartWord, Count)
Description: Returns the specified number of words from the Text
string starting at word StartWord.
Text : text to consider StartWord : the
word to start taking the substring Count : number of words to take from
the string Text
Example:
The following formula
returns the string "fox jumps over" =WordsMid("the fox jumps
over the box",2,3) |
|