My problem I need to solve is to rip apart the last section of a URL.
I have the URL
.../one/two/three/four
and need to have
four
OR
/four
I used Excel function
=RIGHT(F2;SEARCH("/";F2))
But it returns
r
Anyone have a solution for this? Thanks!