Hi,
If I have four lists containing data fields e.g.
Name Age Hobby Address
Jon 19 football
Ben 20 squash
Phil 30 WC3 4RF
Keith 40
I want to create one list of all possible combinations of the other list (excluding blank data).
e.g. the above data would have a list of:
Total list
Jon 19 Football WC3 4RF
Ben 19 Football WC3 4RF
Phil 19 football WC3 4RF
Keith 19 Football WC3 4RF
Jon 20 football WC3 4RF
etc etc
Any ideas?
Thanks,
Bookmarks