View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
martinjw martinjw is offline
external usenet poster
 
Posts: 1
Default Is this doable using Excel?

No VBA necessary, the simplest solution would be to populate the fourt
column with this:

=COUNTIF(E10:G10,"5")

We're not counting red cells, but we are using the same criteria a
your conditional format

--
Message posted from http://www.ExcelForum.com