View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default Break up my URLs? Can't figure it out...

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)

--
Don Guillett
SalesAid Software

"sunzfan" wrote in
message ...

I have a DB with lots of URLs, "http://www.mysite.com/my-page.html"

What i need, is to be able to pull out "http://www.mysite.com" and

the ".html" and have the remaining "my-page" remove / replace the dash
with

a space, so my result is "my page"


I can't seem to figure this one out? Please help!


--
sunzfan
------------------------------------------------------------------------
sunzfan's Profile:
http://www.excelforum.com/member.php...o&userid=34408
View this thread: http://www.excelforum.com/showthread...hreadid=541864