I'm trying to extract the last string between two "/"
for example: for this string: https://stackoverflow.com/questions/ask
I want to return "questions"
However, for this string Extract the last substring from a cell
I want to return "6133287"
It has to always be the string in between the last two "/"
I was working with some MID functions I found in this forum, but they were working for things at the beginning of the string. Not necessarily for strings with different lengths.
Thanks, J