Concatenate

dorothy831

New Member
Joined
Dec 1, 2004
Messages
46
If I have two columns of information is there a way to concatenate them?

Column 1
101

Column 2
100100

Concatenate to be 101100100


I appreciate any assistance to help make my life a bit easier.

Kindly,
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Harley78

Active Member
Joined
Sep 27, 2007
Messages
372
Office Version
  1. 365
Platform
  1. Windows
Well, if your I understand you then you concenate Cell A2 and B2 by formula in C2

=CONCATENATE(A2,B2)
 
Upvote 0

dorothy831

New Member
Joined
Dec 1, 2004
Messages
46
ADVERTISEMENT
Another question now, what if I can not have the data from column 1 and cloumn 2 in the spreadsheet once I get the answer in column 3?

Is there a way to convert the formula in column 3?
 
Upvote 0

Harley78

Active Member
Joined
Sep 27, 2007
Messages
372
Office Version
  1. 365
Platform
  1. Windows
is the data coming from another worksheet?

Then

=CONCATENATE(Sheet name!+cell,Sheet name!+cell)

another hint,

Press the fx on the formula bar and type in Concatenate and it will walk you through what your trying to do!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,195,672
Messages
6,011,084
Members
441,581
Latest member
rp4717

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top