Navigation: Formulas > Functions > Text
Pos
Pos(SubText, Text_Value) returns the position of the first instance of SubText within Text_Value. If SubText does not occur within Text_Value, Pos returns zero. See also PosEx.