I have several lists named as ranges and want to create a single list of all the unique combinations of items on those lists with a formula ideally:
For example, if I had three lists with the following values:
List 1: A, B
List 2: 1, 2
List 3: X, Y
The formula would create this list:
A1X
B1X
A2X
B2X
A1Y
B1Y
A2X
A2Y
Thank you!
For example, if I had three lists with the following values:
List 1: A, B
List 2: 1, 2
List 3: X, Y
The formula would create this list:
A1X
B1X
A2X
B2X
A1Y
B1Y
A2X
A2Y
Thank you!