Cliffork
New Member
- Joined
- Feb 12, 2020
- Messages
- 43
- Office Version
- 365
I'm having a bit of a problem with conditionally formatting a few cells based on 2 points of data. If neither is filled in at all, I want this cell to remain blank. If one of the two is filled in, I want it to turn red to show me that the other one wasn't completed. If both are filled in I want it to be green. My problem in the case below is that for some reason, the first conditional rule is still taking over the formatting when it is false, and showing blank. If I delete this rule, the red and green portions function correctly, but the one to clear it messes the whole thing up.
If the fact that this jumps around to a different pages confuses things I can remake it on one page, but I'll wait and see first.
If the fact that this jumps around to a different pages confuses things I can remake it on one page, but I'll wait and see first.
Meter Repair Compilation File -Template.xlsm | ||||||
---|---|---|---|---|---|---|
I | J | K | L | |||
10 | New Serial # | On Pre-estimate? | ||||
11 | 0 | |||||
Checklist |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I10:I11 | I10 | ='Final Insp.'!D80 |
K11 | K11 | =IF(ISNUMBER('Pre-Estimate'!D16),"True","False") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
K11 | Expression | =AND(LEN(I11<5),K11="False") | text | NO |
K11:K14 | Cell Value | contains "false" | text | NO |
K11:K14 | Cell Value | contains "true" | text | NO |