How do I search for unique values in column and use in input window?
I have a table that looks something like this, what I would like to do is search the "Cup Color" column for unique values, then have a pop-up window for the user to input a corresponding flavor for each unique cup color... Cup ColorCaloriesTasteRankingTesterblue140421green80714yellow200236purple130364blue140352blue140443yellow200571 Once we have a flavor for each cup color, I would like to add a n...