Hi,
I have a probably very easy problem but I can't find a solution probably because I don't know the right excel vocabularies.
I have two columns or tables (doesn't matter), one with names and one other with actions like:
names
--------
James
Nathaly
May
...
actions
---------
cleaning windows
cleaning floor
washing
...
now I wont to get a new table where I have all possible combinations of the entries from the both different tables/columns like:
names ... | actions
-----------------------------------------
James .... | cleaning windows
James .... | cleaning floor
James .... | washing
Nathaly .. | cleaning windows
Nathaly .. | cleaning floor
Nathaly .. | washing
May ....... | cleaning windows
May ....... | cleaning floor
May ....... | washing
...
I was googling for adjacency lists and all possible combinations between two lists but can't find anything relating to my issue
If anyone has a solution I would really appreciate that.
Bookmarks