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

Bobby

look at SUMIF rather than COUNTIF

Regards

Trevor


"Bobby" wrote in message
...
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