Hello,
I need to verify if a cell has a specific RGB color, for example [204,255,204].
The tricky thing is that I am not allowed to use Macro, VB,...
Is there a way to verify it?
Theoretically i thought about some ideas:
verify the color against another cell (both have the same RGB value)...