View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default deleting text after a certain word

Something like this:
=LEFT(A1,FIND("radius",A1)+5)

Regards,
Fred

"clcnewtoaccess" wrote in message
...
Is there a way to remove all text after a word in a cell.
Example: 1.75" radius per mit.
1.75" radius
Thanks,
--
clcnewtoaccess