ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Concatenation... (https://www.excelbanter.com/excel-programming/296973-concatenation.html)

Silas

Concatenation...
 
Hi. I'm using the CONCATENATE function to combine text from two cells but I
need a space between the entries. I've tried hitting the space-bar and also
putting the space in quotes. Nothing works. I'm using Excel 97.

Thanks.

Silas


Trevor Shuttleworth

Concatenation...
 
Silas

one way:

=CONCATENATE(B1," ",C1," ",D1)

or:

=B1 & " " & C1 & " " & D1

Regards

Trevor


"Silas" wrote in message
...
Hi. I'm using the CONCATENATE function to combine text from two cells but

I
need a space between the entries. I've tried hitting the space-bar and

also
putting the space in quotes. Nothing works. I'm using Excel 97.

Thanks.

Silas




Frank Kabel

Concatenation...
 
Hi
try
=A1 & " " & B1

--
Regards
Frank Kabel
Frankfurt, Germany


Silas wrote:
Hi. I'm using the CONCATENATE function to combine text from two cells
but I need a space between the entries. I've tried hitting the
space-bar and also putting the space in quotes. Nothing works. I'm
using Excel 97.

Thanks.

Silas



Silas

Concatenation...
 

"Frank Kabel" wrote in message
...
Hi
try
=A1 & " " & B1

--
Regards
Frank Kabel
Frankfurt, Germany


Silas wrote:
Hi. I'm using the CONCATENATE function to combine text from two cells
but I need a space between the entries. I've tried hitting the
space-bar and also putting the space in quotes. Nothing works. I'm
using Excel 97.

Thanks.

Silas



I got it. Thank you.

Silas



All times are GMT +1. The time now is 04:06 AM.

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