Multiple Column Conditional Formatting

C

Colleen

Hi,

I'm needing some help with performing a multiple column condition formatting.
I have tried many "forumula is" in the conditional formatting with no
success. I'm missing something.

What I would like to have happen is, if the 2 conditions are true then I
want the field to be color filled.

Example:
if the numeric value in k2>10 and the numeric value F2>100 then I would
like cell K2 to be filled in red.

Many thanks for your help Colleen
 
J

JE McGimpsey

one way:

Select K2:

CF1: Formula is =AND(K2>10,F2>100)
Format1: <patterns>/Red
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top