Hi, can anyone help me with a formula to extract the string 'wx374oP' from this URL using Excel:
www.mydomain.com/?site=wx374oP&source=test
That string will always sit between ?site= and &source=
Thank you,
Hi, can anyone help me with a formula to extract the string 'wx374oP' from this URL using Excel:
www.mydomain.com/?site=wx374oP&source=test
That string will always sit between ?site= and &source=
Thank you,
Like this...
=MID(A1,FIND("=",A1)+1,FIND("&",A1)-1-FIND("=",A1))
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
@TonyValko thanks for that and the quick reply!
You're welcome!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks