Conditional Formatting

  • Thread starter Thread starter Steve HKG
  • Start date Start date
S

Steve HKG

If cell A3 contains the word "Pipe", then I want cell B3 to be blacked out.
I have been trying to use the Conditional Format tool with the formula

=IF(A3="Pipe","","")

but it does not seem to work. Can anyone advise, how I can get the cell to
turn black when I set the fill for the true condition to be Black.

Many thanks.
 
Hi Max, Thanks!
If I have multiple parameters, i.e. "Pipe","Duct","Tray", how can I join
that together in the IF statement, to be true?
Cheers,
Ando
 
Back
Top