Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am sure this is a very easy thing to do. How do I combine the content of
two cells. If there is Column A of first name and Column B of last name. How do I have Column C of both names? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Mon, 22 Sep 2008 18:36:04 -0700, FormulaQuestioner
wrote: I am sure this is a very easy thing to do. How do I combine the content of two cells. If there is Column A of first name and Column B of last name. How do I have Column C of both names? =a1 & " " & b1 --ron |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Space separated:
=A1&" "&B1 Comma separated: =A1&","&B1 --JP On Sep 22, 9:36*pm, FormulaQuestioner wrote: I am sure this is a very easy thing to do. How do I combine the content of two cells. If there is Column A of first name and Column B of last name. How do I have Column C of both names? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining Cell Content | Excel Discussion (Misc queries) | |||
Merge content of cells | Excel Worksheet Functions | |||
Combining formulas, "and" & "or" to verify content of multiple cel | Excel Discussion (Misc queries) | |||
Clear Cells Content | Excel Discussion (Misc queries) | |||
Combining cell contents when there is content to combine | Excel Discussion (Misc queries) |