Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

conditional formatting

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Conditional Formatting

Conditional Formatting

ResolvedVersion 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.

RE: Conditional Formatting

=OR($V$11<1,$V$12<1)

try this

Excel tip:

Checking formulas with multiple operators

When dealing with formulas containing more than one operator (+, -, /, *), Excel follow standard BEDMAS order of operation rules. These rules specify the order that calculations will be performed in, regardless of how the formula reads left to right:

B = brackets
E = exponents
D = division
M = multiplication
A = addition
S = subtraction

It should be noted that multiplication and division are considered equal; as are addition and subtraction.

If you would like to check the order in which Excel is performing calculations in a formula, simply click on the cell containing the formula. Then go to Tools - Formula Auditing and select Evaluate Formula.

In the Evaluate Formula dialogue box that appears on your screen, click the Evaluate button to see how Excel calculates the formula result.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.