I have 2 columns each with a varying amount of rows. In this instance I want to merge (scalar multiple? multiple matrices?) the item in A1 with the range(B1:B50) and then repeat for each item in column A.
Ideally the two values would be separated by a comma. Here's what I'd like to accomplish.
What would be the best route to go? Can the matrix function work for combining text?