I am interested in taking the values from 1 list in a sheet and concatenating it with the values from another list in a different sheet in Google Sheets. For example, if my lists are:
Sheet A
- Apple
- Orange
Sheet B
- Quarter
- Half
- Whole
I would want to generate on Sheet C this...
- Apple Quarter
- Apple Half
- Apple Whole
- Orange Quarter
- Orange Half
- Orange Whole
Is this possible? I tried doing this with ARRAYFORMULA, but I just end up outputting something like this: Apple QuarterHalfWhole