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:
Thanks in advance for any solution,
Roland
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)
- get the RGB value somehow
- verify the rgb value against the cell somehow
Thanks in advance for any solution,
Roland