View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default couontif function

Try the below
=SUMPRODUCT((A1:A10="ABC")*(B1:B10="Manual"))

If you are using XL2007 check out help on COUNTIFS()

--
Jacob (MVP - Excel)


"Radhakant Panigrahi" wrote:

Hi,

I need a countif function for the below data.

In the column C i need a formula where it will calculate the no of count of
"ABC" from coulmn "A" and with condition "Manual" in column "B".

Name Process Need formula
ABC Manual
ABC Automatic
CDF Automatic
ABC Manual
ABC Manual
DEF Manual
CDE Automatic
DEF Manual