I am looking to rename certain values that I have in one of my columns. The original column contains values that are accepted in our database (intended for database input), and the new column would be the same value with a descriptor that is intended to be used by product managers. The second column should output all of the values in the first column, not just the first one.
I tried using an IF/AND/Contains formula but had no luck. There is a good chance that I was formatting it incorrectly.
Example. Desired output is column 2
Column 1 | Column 2
R R -Red
R,G R - Red, G - Green
R,G,B R -Red, G - Green, B - Blue