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

D

Don Guillett

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)
 
D

duane

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
Virtual Pages 6
Redirect old link to new 4
Building a complete HTTP URL 1
Url / Page Greeting? 2

Top