View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default How to use the Stop If True Condition for highlight cells

Surely, Stop If True is to stop any further conditions being evaluated for
that (each) cell, not stop at the first matching instance.

--

HTH

Bob

"Fefe" wrote in message
...
The Stop If True Condition don't seem to be work when you input an formula
to
highlight all cells greater than 100 and Stop If True, once it finds the
first value that that is greater than 100. It highlights all the cells.