Getting data from 2 differant colums

K

Kelly********

How do you get data from 2 differant columns to be in 1 other column.
I have a column First Name and a Column Last name I want Column Full Name to
automaticlly update with the first 2 columns
 
T

T. Valko

Try this...

A1 = FirstName
B1 = LastName

Enter this formula in C1 to combine them with a space character between
manes:

=A1&" "&B1

Returns: FirstName LastName
 

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