ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   help with formula (https://www.excelbanter.com/excel-worksheet-functions/215824-help-formula.html)

Soth

help with formula
 

Col A Col B

John Doe

I'd like to combine John Doe in column A and B. When create a formula like
=A1 & B1, the result 'Johndoe' without space. What I like to space in
between.

Any help is appreciated.

Thanks
Soth


PCLIVE

help with formula
 
=A1 & " " & B1

HTH,
Paul

--

"Soth" wrote in message
...

Col A Col B

John Doe

I'd like to combine John Doe in column A and B. When create a formula like
=A1 & B1, the result 'Johndoe' without space. What I like to space in
between.

Any help is appreciated.

Thanks
Soth




Glenn

help with formula
 
Soth wrote:
Col A Col B

John Doe

I'd like to combine John Doe in column A and B. When create a formula like
=A1 & B1, the result 'Johndoe' without space. What I like to space in
between.

Any help is appreciated.

Thanks
Soth


=A1&" "&B1

Shane Devenshire[_2_]

help with formula
 
Hi,

You can put anything you want between the two items, for example

=A1&", "&B1

You can also use the much longer and no more useful

=CONCATENATE(A1," ",B1)

function
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Soth" wrote:


Col A Col B

John Doe

I'd like to combine John Doe in column A and B. When create a formula like
=A1 & B1, the result 'Johndoe' without space. What I like to space in
between.

Any help is appreciated.

Thanks
Soth


Rusty

help with formula
 


"PCLIVE" wrote:

=A1 & " " & B1

HTH,
Paul

--

"Soth" wrote in message
...

Col A Col B

John Doe

I'd like to combine John Doe in column A and B. When create a formula like
=A1 & B1, the result 'Johndoe' without space. What I like to space in
between.

Any help is appreciated.

Thanks
Soth





Rusty

help with formula
 
When I type in the formula and press enter, it only spaces down a line and
doesn't perform the function of the formula.
rusty

"PCLIVE" wrote:

=A1 & " " & B1

HTH,
Paul

--

"Soth" wrote in message
...

Col A Col B

John Doe

I'd like to combine John Doe in column A and B. When create a formula like
=A1 & B1, the result 'Johndoe' without space. What I like to space in
between.

Any help is appreciated.

Thanks
Soth





PCLIVE

help with formula
 
If by "spaces down a line" you mean that it just advances to the next cell
and just leaves the formula displayed in the cell, then your cell is
probably formatted as text.

Right-click the cell, select Format cells. On the Number tab, change the
Category to "General".
Click OK.
Now with the cell still selected, press F2 and then Enter.

Does that help?

Regards,
Paul


--

"rusty" wrote in message
...
When I type in the formula and press enter, it only spaces down a line and
doesn't perform the function of the formula.
rusty

"PCLIVE" wrote:

=A1 & " " & B1

HTH,
Paul

--

"Soth" wrote in message
...

Col A Col B

John Doe

I'd like to combine John Doe in column A and B. When create a formula
like
=A1 & B1, the result 'Johndoe' without space. What I like to space in
between.

Any help is appreciated.

Thanks
Soth








All times are GMT +1. The time now is 10:36 AM.

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