Help showing all permutations of values in two ranges
Posted by Joe Clement on February 12, 2002 4:02 PM
I need a program that will take the values of two columns of text, col A and col b, and produce a third column that has all the combinations of the words in the two columns.
Ex:
Col A: painting, drawing, sculpture
Col B: class, school
Col C: painting class, drawing class, sculpture class, painting school, drawing school, sculpture school.
I've achieved this so far by making col A in a column and Col B across one row (forming a matrix), and then using the concatenate command. But I'm trying to figure out a way of doing it that would put it all into one column. I'm thinking there must be a way with perhaps cse formulas?
Please help, thank you so much,
Joe