Conditional Formatting of a Cell Based on Color Value in that Cell in Excel
Posted
by Otaku
on Super User
See other posts from Super User
or by Otaku
Published on 2010-06-10T02:41:58Z
Indexed on
2010/06/10
2:53 UTC
Read the original article
Hit count: 356
Is is possible to format a cell based on one component of the RGB value inside of it. For example, let's say I have 3 cells - A1, A2, A3. In A1, I want the cell color to be the shade of red anywhere between 0 and 255 of the number in the cell (so if it is 128, it should be like half red). For that given cell, the other values will just be 0, 0 (so in this case, zero green and zero blue).
Is this possible?
© Super User or respective owner