ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Concatenation (https://www.excelbanter.com/excel-worksheet-functions/213401-concatenation.html)

jknapp1005

Concatenation
 
I am trying to use the Concatenate function to join two columns of text. How
do I get a space between what I'm trying to concatenate?

Jarek Kujawa[_2_]

Concatenation
 
=A1&" " &B1

On 11 Gru, 21:04, jknapp1005
wrote:
I am trying to use the Concatenate function to join two columns of text. How
do I get a space between what I'm trying to concatenate?



Michael

Concatenation
 
If you are using the ampersand:

=A1&" "&B1

The blank space goes in between quotes, I placed 2 spaces to make it more
obvious.
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"jknapp1005" wrote:

I am trying to use the Concatenate function to join two columns of text. How
do I get a space between what I'm trying to concatenate?


Chip Pearson

Concatenation
 
Concatenate works only with single cell values. You can use

=CONCATENATE(A1," ",B1)

However, you cannot do something like

=CONCATENATE(A1:B10)

CONCATENATE doesn't work in array functions. Indeed, there is really
no reason to ever use the CONCATENATE function. You can do the same
thing with less typing by using the & operator:

=A1&" "&B1

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Thu, 11 Dec 2008 12:04:14 -0800, jknapp1005
wrote:

I am trying to use the Concatenate function to join two columns of text. How
do I get a space between what I'm trying to concatenate?



All times are GMT +1. The time now is 03:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com