Excel: last character/string match in a string

Is there an efficient way to identify the last character/string match in a string using base functions? I.e. not the last character/string of the string, but the position of a character/string’s last occurrence in a string. Search and find both work left-to-right so I can’t think how to apply without lengthy recursive algorithm. And this solution now seems obsolete.

14 Answers
14

Leave a Comment