Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
Sure -
=B1&", "&A1 i.e. =lastname&", "&firstname You can also use the concatenate worksheet function, =CONCATENATE(B1,", ",A1) "Bob" wrote in message ... 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 |
#3
![]() |
|||
|
|||
![]()
Bob
In C1 enter =B1 & ", " & A1 Will return LastName, FirstName Gord Dibben Excel MVP On Mon, 20 Dec 2004 13:14:55 -0800, "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 |
#4
![]() |
|||
|
|||
![]()
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 |
#5
![]() |
|||
|
|||
![]()
Hi
=A1 & " " & B1 -- Regards Frank Kabel Frankfurt, Germany "Bob" schrieb im Newsbeitrag ... 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 |
#6
![]() |
|||
|
|||
![]()
Try =A1 & " " & B1 -- assuming first name is in A1 and last name is in B1.
Art "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 |
#7
![]() |
|||
|
|||
![]()
Bob,
You can either use the Concatenate function or you can use the shortcut. Assume First name is in A1 and Last name is in B1. Concatenate function ============= =CONCATENATE(B1,", ",A1) Shortcut ====== =B1&", "&A1 Either one will generate you the same result. I hope this helps. Sincerly, Rekoj "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 |
#8
![]() |
|||
|
|||
![]()
Bob -
A2 - John, B2=Jones, C2 = Full Name in C2 enter =A2&" "&B2 HTH, Carole O "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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making Mailing Labels | Links and Linking in Excel | |||
Y axis labels | Charts and Charting in Excel | |||
Labels on Chart with Negative Value Axis | Charts and Charting in Excel | |||
HOW DO I ENTER TWO NAMES IN ONE ROW FOR ONE ADDRESS FOR LABELS | Excel Discussion (Misc queries) | |||
Limiting the # of pages for Repeat Column Labels | Excel Discussion (Misc queries) |