merging 2 cells and adding a space.

P

paul

I want to merge 2 cells into 1 and add a space.

for example I have this:
A1 = Tim
B1 = Smith
I want to make either A1 = Tim Smith or C1 = Tim Smith

How would I do this? I have tried text to column with not much luck
 
R

Rick Rothstein

You can't do it in A1 without using VB... you can't have a formula and a
text constant in the same cell. You can do it in C1 though...

=A1&" "&B1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

merge cells without losing data OR format 1
Auto Insert Parenthesis 3
Complex SUMIF 4
Reference Formula 1
Excel to Outlook 2
Conditional Concatenate? 2
Adding Problem 6
separating out data in columns 2

Top