Quantcast
Channel: Active questions tagged row - Stack Overflow
Viewing all articles
Browse latest Browse all 445

How to combine rows from different sheets into one sheet?

$
0
0

I have 5 excel sheets, sharing same number of rows and columns.I would like to make one sheet by combining rows from these 5 sheets in a way that each row from these sheets come below to each other. How is this possible in Excel / R / or any other programming language.I have shared my sample input and desired output..

Input data:

SHEET 1:

YearAB
20000.20.3
20010.50.4
20020.10.2
20030.20.3
20040.50.1
20050.20.2

SHEET 2:

Yearst1st2
2000blueblue
2001redred
2002yellowyellow
2003greengreen
2004whitewhite
2005blackblack

Desired output

Yearx1x2
20000.20.3
2000blueblue
20010.50.4
2001redred
20020.10.2
2002yellowyellow
20030.20.3
2003greengreen
20040.50.1
2004whitewhite
20050.20.2
2005blackblack

I would appreciate any help in this regard.Thank you in advance.


Viewing all articles
Browse latest Browse all 445

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>