showing text from more than one cells in one cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can i show the contents of two (or more) cells in one cell? For example, if i have a column of first names and one of last names, can i write a formula that will pull from the first and last name from each column and put it into one cell?
 
=a1 & " " & b1

Is one way.
how can i show the contents of two (or more) cells in one cell? For example, if i have a column of first names and one of last names, can i write a formula that will pull from the first and last name from each column and put it into one cell?
 
Back
Top