I’m looking for a way to color each unique cell entry a different color in a column.
For example, Column A contains a list of 20 cities, but there are not 20 DIFFERENT cities. Let’s say there are:
Los Angeles = 1
New York = 2
Honolulu = 3
Minneapolis = 4
New Orleans = 5
Chicago = 5
I need each city to have its own unique color upon execution of a macro. There may be up to 200 different cities listed.
I have a list of colors that can be pulled, or if it assigns it randomnly, that’s OK too.
The list won’t be in alphabetical or grouped together, but I can handle that aspect of it if that is needed.
Thanks!