Sweetworks
MIS
I have two worksheets I want to Combine.
Sheet 1 has two columns, and 141 Rows
Row 1 is a Header Row, so there are 140 Lines of Data.
Sheet 2 has one column, and 255 Rows.
Row 1 is a Header Row, so there are 254 Lines of Data.
Examples
Sheet 1
Business_Unit Line_Of_Business
InterCompany 90001
InterCompany 90002
Sheet 2
Country_Code
AC
AD
AE
I want to combine them to look like this
Business_Unit Line_Of_Business Country_Code
InterCompany 90001 AC
InterCompany 90001 AD
InterCompany 90001 AE
InterCompany 90002 AC
InterCompany 90002 AD
InterCompany 90002 AE
It basically will take the First row of Data and repeat it as many times are there are rows of data in the second sheet, and then duplicate with the second row.
Is there any function in Excel that will automate this?
It is basically 35560 Lines and before I start creating it, I wanted to make sure it is not some simple function.
Sheet 1 has two columns, and 141 Rows
Row 1 is a Header Row, so there are 140 Lines of Data.
Sheet 2 has one column, and 255 Rows.
Row 1 is a Header Row, so there are 254 Lines of Data.
Examples
Sheet 1
Business_Unit Line_Of_Business
InterCompany 90001
InterCompany 90002
Sheet 2
Country_Code
AC
AD
AE
I want to combine them to look like this
Business_Unit Line_Of_Business Country_Code
InterCompany 90001 AC
InterCompany 90001 AD
InterCompany 90001 AE
InterCompany 90002 AC
InterCompany 90002 AD
InterCompany 90002 AE
It basically will take the First row of Data and repeat it as many times are there are rows of data in the second sheet, and then duplicate with the second row.
Is there any function in Excel that will automate this?
It is basically 35560 Lines and before I start creating it, I wanted to make sure it is not some simple function.