Excel : Counting on two columns

  • Thread starter Thread starter adhar jain
  • Start date Start date
A

adhar jain

THIS IS AN MICROSOFT EXCEL QUESTION: URGENT

Suppose I have two columns "A" and "B".
"A" "B"
Error Open
Error Closed
Not Error Open
Error Open
Error Closed
------------------
------------------

----- -> Represents blank rows..

How will I find Error which are open in columns 0-7
(including blank rows)
 
Try putting this into C1

=SUMPRODUCT((A1:A65535="Error")*(B1:B65535="Open"))

Hope it helps,

-Bo
 

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

Back
Top