Formula

A

amyr

I need help with a formula. My excel sheet is looking at Quality on
production. In Cell D is Quality Person (there are 50) and Cell E is the
product they are checking. I need an formula that looks at Cell D and then
counts the individual products for the Quality Person.

Example Amy Checked 26 Gowns, 2 Towels, 0 Supplies and Emily checked 2
Gowns, 1 Supplies, 0 Gloves.
 
B

Barb Reinhardt

Try something like this

=sumproduct(--(D1:D10 = "Amy"),--(E1:E10="Gowns"),(F1:F10))

D is quality person
E is product
F is the number of the product.
 
A

amyr

Thanks Barb - but all I'm using is two columns, so I need folumn E to count
the products.
 

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

Top