Say I have the following 2 data sets:
Data Set 1:
Auto
Finance
Consumer
Installment
Data Set 2:
1
2
4
6
7
8
9
I need to take those data sets, and transpose them into 2 adjacent columns, one row for each potential combination with those data items in each data set. The results in 2 adjacent columns would look like:
Auto 1
Auto 2
Auto 4
Auto 6
Auto 7
Auto 8
Auto 9
Finance 1
Finance 2
Finance 4
...etc.
I need the formulas that automatically transpose that data to be robust, where the number of rows of data in either data set can vary (i.e. the first data set is sometimes 32 rows, or 541 rows, but the formula still populates every combination/permutation.
Is this possible to do via a formula?
Thanks in advance
Data Set 1:
Auto
Finance
Consumer
Installment
Data Set 2:
1
2
4
6
7
8
9
I need to take those data sets, and transpose them into 2 adjacent columns, one row for each potential combination with those data items in each data set. The results in 2 adjacent columns would look like:
Auto 1
Auto 2
Auto 4
Auto 6
Auto 7
Auto 8
Auto 9
Finance 1
Finance 2
Finance 4
...etc.
I need the formulas that automatically transpose that data to be robust, where the number of rows of data in either data set can vary (i.e. the first data set is sometimes 32 rows, or 541 rows, but the formula still populates every combination/permutation.
Is this possible to do via a formula?
Thanks in advance