View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Conditional formatting

Try this Conditional Formatting.........

CellValueIs.....LessThan...=$C$7+20

hth
Vaya con Dios,
Chuck, CABGx3



"egarcia" wrote:

I want a conditional formula to color cell d7 red if d7/c7 is < -20. Also I
need another formula to color it pink if it is -20. I tried
="if(d7-c7)<-20", but it does not work.