paulkinzelman
New Member
- Joined
- Aug 20, 2012
- Messages
- 13
I'm trying to conditionally format (Excel 2000) a cell and it's not working, any help or pointers would be appreciated.
My formula is AND(B10<l9,or(a9=a10,l9<b9,e9<b9,l9<e9))
I can put each comparison in a separate cell and they all work correctly.
I can even put that whole formula in a cell and it evaluates correctly (to true).
I can even conditionally format a cell with a trivial formula that merely points to the cell containing the above evaluation (to true) and it works.
But when I make the conditional format actually be this formula, it doesn't work, the color does not change as I specify.
I've noticed this once before with another similarly complex formula, but just punted.
Is there some maximum limit to nestings or length or something in conditional formatting?
Thanks!</l9,or(a9=a10,l9<b9,e9<b9,l9<e9))
My formula is AND(B10<l9,or(a9=a10,l9<b9,e9<b9,l9<e9))
I can put each comparison in a separate cell and they all work correctly.
I can even put that whole formula in a cell and it evaluates correctly (to true).
I can even conditionally format a cell with a trivial formula that merely points to the cell containing the above evaluation (to true) and it works.
But when I make the conditional format actually be this formula, it doesn't work, the color does not change as I specify.
I've noticed this once before with another similarly complex formula, but just punted.
Is there some maximum limit to nestings or length or something in conditional formatting?
Thanks!</l9,or(a9=a10,l9<b9,e9<b9,l9<e9))