I have 2 sheets in excel, each with 10 rows. Is there some sort of "cross-join" formula/macro in Excel that allows me to create a 3rd sheet with all rows cross-joined (100 rows in total).

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

This article contains a script that might help :

Need a cross join of the rows from two excel sheets

link|improve this answer
feedback

Here is a pretty good tutorial: http://www.digdb.com/excel_add_ins/join_merge_tables_lists/

link|improve this answer
@ubunti: this article describes merge-join, not cross-join. – harrymc Feb 8 '10 at 11:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.