Count function

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Newbie question:

I just want to count how many items are marked with a (x)
but for a specific market(Europe)(in this example, i want
my return answer to be 3 (there is 4 Europe but only 3 are
marked with a x)). Please help..what would be the right
formula?

(A) (B)
Asia X
Europe X
Europe
Europe X
Europe
Asia
US
US
Europe X
 
Hi Martin,

=SUMPRODUCT((A1:A100="Europe")*(B1:B100))

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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