Hello there,
I’m trying to colour some excel cells in a unique way. In column A, I have some names of people. Each person has a unique colour associated with his/her name. So, when I write that persons name in (lets say, cell A5) I want D5:F5 (3 cells) to go blue (or whatever the colour associated with that person). There is a column of 20 ish names and I want this same thing to happen to each row as and when I change/write names in Column A.
Is this possible to do this in Excel without a VBA function? If not, can anyone tell me how to do this in VBA?
I’m trying to colour some excel cells in a unique way. In column A, I have some names of people. Each person has a unique colour associated with his/her name. So, when I write that persons name in (lets say, cell A5) I want D5:F5 (3 cells) to go blue (or whatever the colour associated with that person). There is a column of 20 ish names and I want this same thing to happen to each row as and when I change/write names in Column A.
Is this possible to do this in Excel without a VBA function? If not, can anyone tell me how to do this in VBA?