Forum home » Delegate support and help forum » Microsoft Excel Training and help » Conditional Formatting
Conditional Formatting
Resolved · Medium Priority · Version 2003
John has attended:
Excel Advanced course
Conditional Formatting
I am using the following in Conditional Formatting to specify a particular condition - (Cell Colour)
"Formula Is" =(V$11:V$12)<1
If V11 is <1 and V12 is >1 then the condition is set, however if V11 is >1 and V12 is <1 then the condition does not get set.
Please advise what the formula should be to return the condition if either V11 or V12 is <1.
For upcoming training course dates see: Pricing & availability
RE: Conditional Formatting
=OR($V$11<1,$V$12<1)
try this
|
