Thats amazing!!! I knew you guys wouldnt let me down!
I'm not sure that we didn't let you down. Letting you continue down the path of treating a cell's color as data is letting you get into trouble, when the wisest course would be to redesign your spreadsheet now, rather than continuing to develop a bad idea.
Using color as data is not good. If the fact that a cell is green is meaningful, the obvious question is "what does green mean?"
If it distinguishes between different divisions, is green the west division or the North. (Better to put "West" or "North" in cell)
If it indicates importance, is green more or less important than blue? (Better to indicated importance with an ordered variable e.g. 1,2,3..., e.g. A,B,C...)
Color is great for highliting and using it to focus a human's attention on particular group of cells. But, asking Excel to read and interpret a cell's color is not intuitive, neither is the correspondense between the color and its meaning as clear as text or number.
As I mentioned, changing a cell's color does not trigger a re-calculation of a sheet. Thus, you have (effectivly) forced yourself to work in a Calculation=Manual environment, which can be an endless source for error.
Furthermore, color that results from Conditional Formatting is not detected by GET.CELL or even by non-amazingly-complicated VBA.
Now that I've warned you off of plans to detect and use color with formulas, now I can feel that I haven't led you down the garden path.