Returns the nth occurrence of a substring within a string
FINDNTH(string, substring, occurrence)
string
substring
occurrence
Argument
Description
String(s) to search within for instances of substring
Substring(s) to find within string
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
Last updated 4 years ago
Was this helpful?