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

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
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,223,885
Messages
6,175,179
Members
452,615
Latest member
bogeys2birdies

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