Extracting first name from one column to another

O

Orla

I have a colum with the full name of a person. I want to create another
column whereby I have only the first name. Which function do I need to
use ? Thanks!
 
C

Corran Horn

I have a colum with the full name of a person. I want to create another
column whereby I have only the first name. Which function do I need to
use ? Thanks!

=left(A1;search(" ";A1)-1)

CoRrRan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top