View Single Post
 
Old 09-02-2018, 07:19 AM
MShahid777 MShahid777 is offline Windows 10 Office 2016
Novice
 
Join Date: Sep 2018
Posts: 1
MShahid777 is on a distinguished road
Default How to Merge Two tables in excel

I have two tables(Tabl_A and Table_B) in Excel as shown in the following figure. I want to merge them so that output is like the third table (Tabl_C). How can I do this??



Table_A

NumberOfSection Control_Set
1 2
2 6
3 15
​_______________________

Table_B

NumberOfSections Zoo_Set
1 3
3 43
4 22

___________________
Table_C

NumberOfSections Control_Set Zoo_Set
1 2 3
2 6
3 15 43
4 22
_____________________
Reply With Quote