I have a list of user generated tags, let's say country names like: Argentina, Brazil, France, Germany, Great Britain etc. And I want assign color for these tags as they are selected from a dropdown list in a column. Some cells will have multiple tags. For each unique tag, I want to specify a unique color.
Cell A1: France (in blue)
Cell A2: France (in blue), Brazil (in green)
I have tried several ways to assign color but all ended up styling the whole cell. Is it doable?
edit: I can do the tagging part. The unique color for tags is a problem.
So as I commented, you have to go through the cell's characters and color them individually. Here is an example on your mock-up sample data:
Result:
ColorIndex codes from here