View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bobby Bobby is offline
external usenet poster
 
Posts: 75
Default How to count COl3 with criteria in COl 1

I need to check for a value in column 1, and if true, count the value in the
same row in column 3.

Is it possible or feasible with Countif, or should I loop through the array
and set a counter etc.

Thanks