Thread: First name
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

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

--

HTH

RP
(remove nothere from the email address if mailing direct)


"vishu" wrote in message
...
I have list of Employee names in one column, it include first and second

names.
I want to take only first name of all employees.
Is there any formula to take only first name.

regars
vishu