View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sherm H. Sherm H. is offline
external usenet poster
 
Posts: 1
Default Excel Conditional Formatting for Percentagrs

I'm stumped! I have a pivot table with monthly performance compliance
percentages. I'm trying to use Conditional Formatting with Icon Sets (3
signs) and using the following Rules:
90% and greater = Green
80% to 89% = Yellow
Below 80% = Red
The applied color of the signs just don't seem to comply with value of the
percentages. Sample monthly percentages may be Jan = 89%, Feb = 86%, Mar =
90%, Apr = 79%, May = 92%, Jun = 90%, etc. But the applied colors just don't
seem to be related to the values in the cells. Anyone have an idea what I'm
doing wrong? The percentage cells are formula driven, i.e.,
(=IF(E9=0,"",E10/E9).