Break up my URLs? Can't figure it out...

  • Thread starter Thread starter sunzfan
  • Start date Start date
I should just direct you to excel help index for LEFT, FIND & MID but if you
want formulas try these.

=LEFT(C12,FIND("com",C12)+2)
http://www.mysite.com

my-page
=MID(C12,FIND("com",C12)+4,FIND("html",C12)-FIND("com",C12)-5)
 
see MID function, if expression in cella1

=mid(a1,12,10)

if the site name is variable in length it gets a little more comlpe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Parameter parsing and URL simplification 2
can't figure out this simple task 3
URL rewriting 2
Friendly Url 7
Building a complete HTTP URL 1
Uri Class? 1
Uri Class? 1
hide the values in query string in ASP.net. 2

Back
Top