I have two lists in Google Sheets. Looking to concatenate the results of both into one list, but quickly as both lists change semi-frequently.
I have a list of stores that rarely changes, and a list of products sold that changes monthly. Looking to combine them into unique values so I can look up off of them.
For example, I have list A with 2 items in it, and list B with 4 items in it. Looking to output:
A1_B1
A1_B2
A1_B3
A1_B4
A2_B1
A2_B2
A2_B3
A2_B4