View Single Post
  #4   Report Post  
RayG
 
Posts: n/a
Default

Hi,
=CONCATENATE(A1,", ",B1)

"Bob" wrote:

I have a spreadsheet with 3 column: First Name, Last Name
and Full Name.
Is there some type of formula I can put into the Full Name
cell that will concantenate the values in the Last and
First Name cols such as this: "Last Name, First Name"?

Thank you