Hello All
I'm using the formula function in conditional formatting, How do I make this formula work
This one is fine
I'm trying something like this but can't get it to work, i'm getting to many arguments
I would like to add additional cells
my plan is to turn all the cells black if greater that 5 = to H
many thanks jason
I'm using the formula function in conditional formatting, How do I make this formula work
This one is fine
Code:
=(COUNTIF(F14:F34, "H")>=5)
I'm trying something like this but can't get it to work, i'm getting to many arguments
I would like to add additional cells
my plan is to turn all the cells black if greater that 5 = to H
Code:
=(COUNTIF(F14:F34,F9,F10,F12 "H")>=5)
many thanks jason