Conditional Formatting for Values in 3 cells

T

tvh

I apologize for taking up your time, but I did search before asking.

I need to highlight a row if three particular cells in the row (V8, W8 and
X8) all contain a value greater than 0. I tried several different formulae,
but no luck.

Thanks
 
P

Peo Sjoblom

Try formula is and

=COUNTIF($V$8:$X$8,">0")=3

I assume you know that you need to highlight the whole row you want to
format
It's important with the absolute references

--


Regards,


Peo Sjoblom
 
T

T. Valko

Select the range of cells you want to format
Goto Format>Conditional Formatting
Formula Is: =COUNTIF($V$8:$X$8,">0")=3
Click the format button
Select the desired style(s)
OK out
 
T

tvh

thanks, folks....worked great!

T. Valko said:
Select the range of cells you want to format
Goto Format>Conditional Formatting
Formula Is: =COUNTIF($V$8:$X$8,">0")=3
Click the format button
Select the desired style(s)
OK out
 

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