The COMBINE function is a helpful tool that can make it dead simple to generate a list of combinations from other lists.
Whether you're looking to randomly select who's introduced to who, manage a menu of items and assign them to days, or solve a math problem for academic purposes, this function can help get you started.
=COMBINE(format, delimiter, ...arrays)[number] format; required - how to generate combinations
[string] delimiter - also known as the separator for items in a given combination
[arrays] arrays - two or more ranges to combine
Click the Code Box to Copy
We've built an interactive tutorial in Google Sheets where it's easy to see how the function works. You can read the definition, edit examples, and do some practice examples to verify that you understand how to use the function.
Copy Tutorial View Tutorial Download AppScript Code