conditional formatting

T

Tflight

Hi,

I am wanting to make one cell turn a certain color when another cell in that
row is greater than 0. I understand that I should go to Format, Conditional
Formatting, and then Formula Is, but I'm not sure what to do after that.

Formula Is =COUNTIF(G6:G327,">0") but nothing happens....
 
J

John

Hi
Not sure if this is what you want.
This formula =OR($A3:$A45>0) will turn colour if any cells are >0
=AND($A33:$A45>0) this one all the cell have to be >0
HTH
John
 

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

Similar Threads

countif vs. if???? 6
sumproduct or...? 3
Conditional Formatting 3
Changing cell colors from a function command 3
Excel Highlighting duplicates 0
Excel VBA 1
Conditional formating 1
Conditional Formatting Problem 3

Top