Applying color to an entire row

D

Dave

I am trying to get all of the text in a row to change to the color that I
have set in a single cell using conditional formatting. If the conditons are
true for that single cell and it changes to the chosen color, how can I make
the enitre row change to match the two conditions I have set for that single
cell?
 
B

Bernard Liengme

Something like setting Conditional Format to:
Formula Is: =AND($B2>10,$B2<100)
while selecting the entire row by clicking the row header number
best wishes
 
Top