Merging 2 columns

sopranoiam

Board Regular
Joined
Oct 16, 2002
Messages
88
I have 2 columns each with a series of 5 consecutive numbers. I need to merge these two columns together so that I have 1 column with 10 consecutive numbers. How do I do this, I know it's simple, I just can't seem to do it.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
=A2&B2 should do it. (If I follow you correctly)
This message was edited by Asala42 on 2002-10-23 14:37
 
Upvote 0
So I want to have an empty column right after the first two and put the formula =a2&b2
Is that right? Sorry, I'm still learning, you all are awesome, I'm so glad I found your site.
 
Upvote 0
On 2002-10-23 14:34, sopranoiam wrote:
I have 2 columns each with a series of 5 consecutive numbers. I need to merge these two columns together so that I have 1 column with 10 consecutive numbers. How do I do this, I know it's simple, I just can't seem to do it.

Hi sopranoiam:

There are several ways in which you can do this -- depending on the purpose of why you are doing it, your own preference, and so on.

One way would be to Edit|Cut the numbers from column B and then do Edit|Paste_Special|Values at the end of entries in column A
or
Since the numbers are consecutive numbers, you could write the first number from column B at the end of the entries in column A, and let us say if this happens in cell A6 where you have written the formula =B1, then you could write the formula =A6+1 in cell A7, and copy it down to cells A8:A10
...

see the worksheet simulation
Book1
ABCDE
116numbersincolumnA
227numbersincolumnB
338(movingnumbersfromcolumnBtocolumnA)
449doEdit|CopyandEdit|Copy|Paste_Special|values
5510(thenyoucanevendeletetheoriginalnumbersincolumnB)
66
77
88
99
1010
Sheet6
</SPAN>

I hope this helps.

Regards!

Yogi
 
Upvote 0

Forum statistics

Threads
1,214,587
Messages
6,120,405
Members
448,958
Latest member
Hat4Life

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