Hi,
I have two lists, and I am trying to combine them so that each item of the first is matched with each of the second... so if I have on sheet1 (inputs):
Col A: Col B:
A X
B Y
C Z
I want the output to be on sheet2 (calcs):
Col A: Col B:
A X
A Y
A Z
B X
B Y
B Z
C X
C Y
C Z
I want it in two columns like that, as these values are then used in lookup() for more columns to the right... and I want to be able to copy the same formula the whole way down, not have to edit it each time Col A changes... and no VBA please!!
Thanks
Oxi
I have two lists, and I am trying to combine them so that each item of the first is matched with each of the second... so if I have on sheet1 (inputs):
Col A: Col B:
A X
B Y
C Z
I want the output to be on sheet2 (calcs):
Col A: Col B:
A X
A Y
A Z
B X
B Y
B Z
C X
C Y
C Z
I want it in two columns like that, as these values are then used in lookup() for more columns to the right... and I want to be able to copy the same formula the whole way down, not have to edit it each time Col A changes... and no VBA please!!
Thanks
Oxi