View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
barry houdini[_38_] barry houdini[_38_] is offline
external usenet poster
 
Posts: 1
Default taking a word out


If data is in cell A1 this formula will return everything before the
first space

=LEFT(A1,FIND(" ",A1)-1)


--
barry houdini
------------------------------------------------------------------------
barry houdini's Profile: http://www.thecodecage.com/forumz/member.php?userid=72
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=126447