Here is a simple example of what I'm trying to achieve:
Essentially I want to take a data set like this:
Into this:
I'm thinking some sort of CASE statement to check for when there are multiple colors for any single fruit, THEN 'Multiple' ELSE "Color", but not sure how to build that logic to check for multiple different values for a single item. Thanks in advance for the help!