Pulling data from 2 columns for a total

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 columns, one labeled "unit" and the other "injury type". So there
are about 8 different units all numbered like "2W, 2E, 3W, 3E, etc." and the
injury types has "head, eye, hand, etc". I need help to create a formula,
for example that will pull out all the head injuries that happend in 2W. Is
this possible?
 
Hi
sorry, forget this use
=SUMPRODUCT(--(A1:A100=""w"),--(B1:B100="Head"))
 

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