View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sherry N. Sherry N. is offline
external usenet poster
 
Posts: 15
Default Conditional Formatting

Hello,
I have a worksheet where I need the cells in Column C to turn yellow if the
cell in Column B is less than a cell in Column G. I used this formula for the
conditional formatting in C2 =IF($B$2<$G$128,1,0) and it does work. However I
need the whole column to have the same conditional formatting when I paste
formats it just pastes the exact same formula. I want the next one to be
=If($B3<$G128,1,0). Is there a way I can paste formats that would use step
value or would I have to do the condtional formatting for each cell?

--
Sherry N.