View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom[_3_] Peo Sjoblom[_3_] is offline
external usenet poster
 
Posts: 136
Default Need help triming a sentence

Oops! I thought I was able to cancel it but alas no

--


Regards,


Peo Sjoblom


"Peo Sjoblom" wrote in message
...
=TRIM(SUBSTITUTE(A1,"Specialty:",""))

--


Regards,


Peo Sjoblom


"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
--
David Biddulph


"Jim" wrote in message
...
Hello:

I would like to trim the following:

Specialty: Allergy & Immunology

to show only:

Allergy & Immunology

What formula can I use for this?

Thanks