I have a list of names and the same name may apprear multiple times.
John
Bill
Bill
John
Jack
John
Jack
Bill
The names in the list are different each day. I need to sort this list and then color code each name. The color for John does not have to be green everyday, I just need every instance of John to be one color, Bill another color, etc.. Currently I have to select each name and manually assign a color to it. Some days the list might contain 20 names.
Can this be done using a macro?
John
Bill
Bill
John
Jack
John
Jack
Bill
The names in the list are different each day. I need to sort this list and then color code each name. The color for John does not have to be green everyday, I just need every instance of John to be one color, Bill another color, etc.. Currently I have to select each name and manually assign a color to it. Some days the list might contain 20 names.
Can this be done using a macro?