countif condition

  • Thread starter Thread starter xtrmhyper
  • Start date Start date
X

xtrmhyper

A B
1 X P
2 X P
3 X P
4 X P
5 W P


i want to count WHICH VALUE OF COLUMN A & B = XP
TOTAL IS 4,

IN CONCATENATE CONDITION

YOU USE >>>> =CONCATENATE(A1,B1)
ANSWER IS "XP"
THEN YOU USE COUNTIF CONDITION TO GET THE TOTAL OF XP

HOW CAN USE COUNTIF CONDITION ONLY WITHOUT USING OTHER FORMULA TO
GET THE TOTAL

TNX
 
how about

I have column b and column c,

B C
1 1
1 2
2 1
2 1



i wan to count all b=1 with c=1&2

total count is 2
 
=SUMPRODUCT((A1:A5=1)*(B1:B5={1,2}))

--
Regards,

Peo Sjoblom

(No private emails please)
 

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

imposible condition? 2
Countif and Right functions 8
Scrabble Value calculation for Welsh words 0
Help with countifs 1
Countif, index and match 2
CountIf 1
COUNTIF 2
Excel Need Countifs Formula Help 0

Back
Top