=LEFT(A2,FIND("com",A2)+2)
--
Kind regards,
Niek Otten
"Shani" wrote in message oups.com...
|I need to delete information in cell
|
| for example if A2=
http://google.com/help/you/me
|
| I want to remove everything after "com"
|
| So i would want A2 =
http://google.com
|