Hi everyone,
I'd like to know if I can use concatenation to combine strings from 3 different rows to produce multiple phrase combinations.
First row will be my "prefix"
Second row will be my "base"
Third row will be my "suffix"
Example:
Prefix:
where to buy computer in the world what is laptop on amazon best desktop computer on ebay
Any way to get all the possible combos in this order: prefix - base - suffix?
For example...
Where to buy computer in the world
Where to buy computer on amazon
Where to buy computer on ebay
Bookmarks