Here is a simple example of what I'm trying to achieve:
Essentially I want to change this:
Into this:
I'm thinking some sort of CASE statement 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 multiples. Thanks in advance for the help!