I have a table that looks like this:
<tbody>
refrigerator
=vlookup(randbetween(1,4),worksheet!$A1:$B4,2,false)
</tbody>
The vlookup where it's seeking (worksheet!$A1:$B4) this looks like:
<tbody>
1
"Buy a "&INDIRECT(ADDRESS(ROW(),COLUMN()-1))&" from us"
2
"Everything we sell is great"...