hello everyone. I wasn't able to locate the answer that I need from previous posts so here's my problem: our system automatically generates a large data spreadsheet and the problem lies in one column. That column contains dates & has specific colour to identify what the date is for (see attached image). Column A contains cells with dates and each one has a specific colour coding. Color coding names are indicated in Column E. The moment I insert a new column (Column B), Excel will also copy Column A's cell formatting. However, I need Excel to also identify each cell's colour to correspond its color name. So if a date in Column A has a cell colour of peach, Peach Colour will be identified as "Tentative" in Column B. I tried to use conditional formatting to it but it didn't help. I hope VBA can do this but I don't have any clue since I'm not a programmer. Can somebody help me on this? If you guys can provide me a VBA code that I can easily follow/edit, maybe use RGB values to be specific or anything.