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(s) to search within for instances of |
| Substring(s) to find within |
| The number dictating which occurrence of |
Outputs a number representing the index of the nth occurrence
of substring
within string