FINDNTH
Returns the nth occurrence of a substring within a string
Last updated
Returns the nth occurrence of a substring within a string
Last updated
FINDNTH(string
, substring
, occurrence
)
Argument
Description
string
String(s) to search within for instances of substring
substring
Substring(s) to find within string
occurrence
The number dictating which occurrence of substring
will be searched for
Outputs a number representing the index of the nth occurrence
of substring
within string