View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default Applying color to an entire row

Something like setting Conditional Format to:
Formula Is: =AND($B210,$B2<100)
while selecting the entire row by clicking the row header number
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Dave" wrote in message
...
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?