Thread: Cell Colour
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Cell Colour

Is there a way to change the colour of a cell as part of a formula

ie: =IF(SUM(F5:F8)<100, change the colour of
cell,IF(SUM(F5:F8)=100,100),SUM(F5:F8))
Thanks for any help I can get

Steve