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

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Well, if your I understand you then you concenate Cell A2 and B2 by formula in C2

=CONCATENATE(A2,B2)
 
Upvote 0
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
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,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

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
Back
Top