CountIf

  • Thread starter Thread starter Question Boy
  • Start date Start date
Q

Question Boy

I'm hoping someone can give me a little guidance.

I a spreadsheet with several columns, 2 of which are of interest (B and E)

I need to count the number of time there are 'B' in column E for which
column B's value = 'Open' and this base on the total number of values in the
table (variable region).

I started using =COUNTIF(Donnees!E2:E90,"B") but can't seem to get it to
work with the double criteria it must = B and the value in column B = "Open"

Thank you

QB
 
=sumproduct(--(22:e90="B")*(b2:b90="Open"))

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Question Boy" escreveu:
 
sorry for the typo mistake

sumproduct(--(e22:e90="B")*(b2:b90="Open))


--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Marcelo" escreveu:
 

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