Merge two columns in excel

Virtual_Candy_84

New Member
Joined
Mar 29, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

I want to merge two columns - column R and column S. Few data is in column R and few data is in column S. Is there any way or formula to merge the columns?
 

Attachments

  • merge_files.png
    merge_files.png
    5.5 KB · Views: 7

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hi, try this:
Book3
CDE
233
344
456
568
675
787
Sheet2
Cell Formulas
RangeFormula
E2:E7E2=FILTER(VSTACK(C2:C7,D2:D7),VSTACK(C2:C7,D2:D7)<>0)
Dynamic array formulas.
 
Upvote 0
Maybe:
Book1
ABCDE
111
222
344
444
566
6868
736
853
945
1054
1125
1232
1343
1434
153
Sheet1
Cell Formulas
RangeFormula
E1:E15E1=TOCOL(A1:B14,1)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,224,817
Messages
6,181,147
Members
453,021
Latest member
Justyna P

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