I am using Excel to store a list of products, that will be then used to import into a web application. One of the attributes of a product is colour, which is to be selectable from a defined list of colours. The issue is that there can be multiple colours for a product. At present, I am using a dropdown list, which is on each row for a product. This works, but is only available for one selected colour.
I have done some reading on the listbox control in Excel, but not sure how to apply this for every row, and how to save that back to the desired cell.