0
votes
How can I perform a reverse string search in Excel without using VBA?
There are 3 approaches I can think of:
Use a reverse lookup function to get location of the first space from right, use RIGHT to get the answer.
Use a for loop to get locatio …
