Bllets
New Member
I'm working on an Excel project where I need to the cells to change fill colors if they have duplicate values. In a single spreadsheet it is easy with conditional formatting and I have done this, but I need it to check for duplicates in specific cells in the other two spreadsheets as well.
I've found several suggestions for rows and columns, but I have been unable to do so for specific cells, which is why I'm here.
First spreadsheet it is the following cells:
Second spreadsheet it is the following cells:
Third spreadsheet it is the following cells:
There is no specific rows or columns being used, and further more there are several cells in the spreadsheet that does not need to be check for duplicates, since they need to be duplicates.
I'm pretty sure this is possible, what I fear is that it is in macro territory and I have no clue about that what-so-ever.
I've found several suggestions for rows and columns, but I have been unable to do so for specific cells, which is why I'm here.
First spreadsheet it is the following cells:
Code:
B16;F10;F5;F23;I15;M23;M13;M10;M6;P6;P9;P12;P15;P18
Second spreadsheet it is the following cells:
Code:
B7;E7:F7;D10:F10;D14:F14;D18:F18;D22:F22;B26;B31;E31:F31;I31;L31:M31;I26;K22:M22;K18:M18;K14:M14;K10:M10;I7;L7:M7;N4:O4;S4:T4;P7;S7:T7;R10:T10;R14:T14;R18:T18;R22:T22;P31;S31:T31
Third spreadsheet it is the following cells:
Code:
B7;D16;B20;F20;E7;I7;H20;J17;L20;L7;N13;N10
There is no specific rows or columns being used, and further more there are several cells in the spreadsheet that does not need to be check for duplicates, since they need to be duplicates.
I'm pretty sure this is possible, what I fear is that it is in macro territory and I have no clue about that what-so-ever.