Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to combine columns and have tried the formula that is on help,
the concatenate formula, but it doesn't seem to do anything. What step am I missing? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use CONCATENATE like
=CONCATENATE(A1,B1,C1) or use the & operator: =A1&B1&C1 What specific problems are you having? -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Terri" wrote in message ... I am trying to combine columns and have tried the formula that is on help, the concatenate formula, but it doesn't seem to do anything. What step am I missing? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
Kind of sparse on details, aren't you? A1 = try_ B1 = this =A1&B1 Returns: try_this Biff "Terri" wrote in message ... I am trying to combine columns and have tried the formula that is on help, the concatenate formula, but it doesn't seem to do anything. What step am I missing? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=CONCATENATE(A2, " ", B2, " ", C2, CHAR(10), " ", D2)
HI Chip, This is an example of my formula and when I past the information into another worksheet, the text doesn't show, it just says #REF! Any ideas? "Chip Pearson" wrote: You can use CONCATENATE like =CONCATENATE(A1,B1,C1) or use the & operator: =A1&B1&C1 What specific problems are you having? -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Terri" wrote in message ... I am trying to combine columns and have tried the formula that is on help, the concatenate formula, but it doesn't seem to do anything. What step am I missing? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I posted again with more details, but here is the formula I was trying:
=CONCATENATE(A2, " ", B2, " ", C2, CHAR(10), " ", D2) and when I copied the data onto a new worksheet, it came out as #REF! The column was wide enough though, so I must be doing something wrong with my formula. Thanks for any help you can give me! "Biff" wrote: Hi! Kind of sparse on details, aren't you? A1 = try_ B1 = this =A1&B1 Returns: try_this Biff "Terri" wrote in message ... I am trying to combine columns and have tried the formula that is on help, the concatenate formula, but it doesn't seem to do anything. What step am I missing? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CONCATENATE text formula | Excel Worksheet Functions | |||
I can't get my concatenate formula results to show | Excel Discussion (Misc queries) | |||
Can I concatenate text in cells to make a working formula? | Excel Discussion (Misc queries) | |||
CONCATENATE formula | Excel Discussion (Misc queries) | |||
Use numbers in CONCATENATE formula without getting error | Excel Worksheet Functions |