I have a spreadsheet which contains several thousand rows. The data is for products which I need to enter into an online store. I need to write a quick blurb for each product. I don't want them to seem overly identical, nor to I have any intention of sitting down and writing a unique description for each and every product.

Each product has already been assigned a "design attribute" of either "contemporary", "traditional", or "rustic".

What I'd like to do is come up with several phrases that could be used for each of the above descriptive words, and then choose one at random, and concatenate it into my description template. So in the above example, I'd be randomly substituting the "sleek", "modern", "clean lined" etc. for the word "contemporary".

If possible, I'd like to use a Vlook up table to keep the code organized and easy to edit.

All replies appreciated!