Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to write a formula to base your results on the color of a cell?
For example -- if the color of cell a1 is red, then return "stop", otherwise "go". I suppose in Excel it would look something like this: =if(a1=red,"Stop","go") It's not conditional formatting because I want an actual value to to appear in the cell. Thanks, Ken |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not built in, but you can find it here
http://www.cpearson.com/excel/colors.htm =IF(cellcolorindex(A1)=3,"stop","go") -- Regards, Peo Sjoblom "Ken Peterson" wrote in message ... Is it possible to write a formula to base your results on the color of a cell? For example -- if the color of cell a1 is red, then return "stop", otherwise "go". I suppose in Excel it would look something like this: =if(a1=red,"Stop","go") It's not conditional formatting because I want an actual value to to appear in the cell. Thanks, Ken |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There is a solution at
http://www.xldynamic.com/source/xld.ColourCounter.html -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Ken Peterson" wrote in message ... Is it possible to write a formula to base your results on the color of a cell? For example -- if the color of cell a1 is red, then return "stop", otherwise "go". I suppose in Excel it would look something like this: =if(a1=red,"Stop","go") It's not conditional formatting because I want an actual value to to appear in the cell. Thanks, Ken |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excellent, thank you.
"Peo Sjoblom" wrote: Not built in, but you can find it here http://www.cpearson.com/excel/colors.htm =IF(cellcolorindex(A1)=3,"stop","go") -- Regards, Peo Sjoblom "Ken Peterson" wrote in message ... Is it possible to write a formula to base your results on the color of a cell? For example -- if the color of cell a1 is red, then return "stop", otherwise "go". I suppose in Excel it would look something like this: =if(a1=red,"Stop","go") It's not conditional formatting because I want an actual value to to appear in the cell. Thanks, Ken |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set color of cell based on info on another sheet? | Excel Worksheet Functions | |||
How do I set a cell value based on a formula in another cell? | Excel Discussion (Misc queries) | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
changing value of a cell based on another cell color | Excel Discussion (Misc queries) |