Hi, let’s say I have a set of words like:
1st
2nd
3rd
4th
…
98th
99th
100th
and another set of words like:
meaningful
memorable
sentimental
and 7 more words like that.
What I want to do is create all the permutations of those words to create sentences like, “Meaningful 1st birthday”, “Memorable 2nd birthday”, etc. In the example above there are a total of 1000 permutations. I know how to concatenate sentences together from words in cells, but can I list the words above on one worksheet, and have Excel create the 1000 phrases without me having to create 1000 rows in the spreadsheet and individually piece together the sentences?
Thanks in advance.