two columns in new one, but one behind another

anuska

New Member
Joined
May 17, 2011
Messages
2
Hello,
Please I need assistance... I have to columns, A and B, and I need to connect them to column C,
but not as A+B, but as A above B so ->
A
B
Is there a way to do that?
Please help.

Thank you
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Try in C1

=A1&CHAR(10)&B1

and copy down.

Select the cells in column C, press CTRL + 1, on the Alignment tab tick Wrap Text then click OK.
 
Upvote 0
What do you mean "connect"? Move data in B to the end of A?
 
Upvote 0
let me try to explain: I have two columns(along with couple more) but I needthese two to transfer to new sheet as one column, but for instance data in
A B C
1 Aa 1
2 Bb 2
3 Cc 3
Aa
Bb
do not how you will see it... (both data in A and B are dates ). and later I need to sort them out ascending
 
Upvote 0

Forum statistics

Threads
1,224,502
Messages
6,179,126
Members
452,890
Latest member
Nikhil Ramesh

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