Hi guys,
I'm trying to extract the first and last name from the string below into a Cell.
[TABLE="width: 428"]
<tbody>[TR]
[TD]https://websitename.com/tour#/first-last?p=237[/TD]
[/TR]
</tbody>[/TABLE]
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 only the First and Last name in the cell and not all the other characters?
-Thanks in advance!
I'm trying to extract the first and last name from the string below into a Cell.
[TABLE="width: 428"]
<tbody>[TR]
[TD]https://websitename.com/tour#/first-last?p=237[/TD]
[/TR]
</tbody>[/TABLE]
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 only the First and Last name in the cell and not all the other characters?
-Thanks in advance!