Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
So I'm having a bit of a problem with some conditional formatting (I posted
this question at the bottom of one I answered a couple of days ago and I don't think anyone has seen it there). I have a column that has cells that say "Incomplete" (with red formating) and change to "complete" (green formating) when a value I look up in another cell is met, say if a cell is 0 somewhere else, it's incomplete, and if it's 1, it's complete. Once it turns to complete, I want it to stay that way (until next time I load the workbook) even if the cell I'm looking at turns back to 0. Any ideas? I tried a counter, nested ifs, maybe I need to do it in the vba code? Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() The whole idea of condtional formatting is that its conditional! If you want to color a cell, say A1 red or green depending on another cell say B1 which contains 0 or 1, and you want the color to be retained when the value changes again you are not asking for conditional formatting. You should do this either by manually format the cell or write a vba program to do it for you. You don't have a condition to change the color back once it has changed, so its all manual. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Jeremy" wrote: So I'm having a bit of a problem with some conditional formatting (I posted this question at the bottom of one I answered a couple of days ago and I don't think anyone has seen it there). I have a column that has cells that say "Incomplete" (with red formating) and change to "complete" (green formating) when a value I look up in another cell is met, say if a cell is 0 somewhere else, it's incomplete, and if it's 1, it's complete. Once it turns to complete, I want it to stay that way (until next time I load the workbook) even if the cell I'm looking at turns back to 0. Any ideas? I tried a counter, nested ifs, maybe I need to do it in the vba code? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capture conditional format as cell format | Excel Discussion (Misc queries) | |||
New Conditional Format Overriding Previous Conditional Format | Excel Discussion (Misc queries) | |||
How to make a conditional format recognize a formula in a cell | Excel Discussion (Misc queries) | |||
How do I make make comment format default? | Excel Discussion (Misc queries) | |||
make a conditional format the default | Excel Discussion (Misc queries) |