Hi guys,
I'm trying to extract the first and last name from the string below into a Cell.
<tbody>
https://websitename.com/tour#/first-last?p=237
</tbody>
I tried the following function "=RIGHT(C2,LEN(C2)-SEARCH("bands/",C2,1)-5)", but only getting "first-last?p=237".
Is there a way to get...