couontif function

  • Thread starter Radhakant Panigrahi
  • Start date
R

Radhakant Panigrahi

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
 
R

Radhakant Panigrahi

Hi Reza,

I have 25-30 different sheets datewise and have to make 25-30 pivot
tables...so i need countif fnction so that i can make the count in a single
sheet...
 
R

reza

Radhakant Panigrahi...

sorry..you can use countifs formula
let say column Names is Col A
and Column Process is Col B
=COUNTIFS(A:A,"ABC",B:B,"MANUAL")


hope this help you
 
J

Jacob Skaria

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formula Help 1
V Lookup multiple entires 1
Lookup value in table with multiple results 3
bulk mailing from excel list 3
rearranging formula suggestion 2
SEARCH IN SUMPRODUCT 8
Rank If? 3
data splitting 1

Top