formula's

  • Thread starter Thread starter time conversion
  • Start date Start date
T

time conversion

what is the formula for taking one column of data (surgical procedures) and
another column of data (surgeons) and displaying the data in such a way that
it totals how many times each surgeon has done that specific surgery?
 
what is the formula for taking one column of data (surgical procedures) and
another column of data (surgeons) and displaying the data in such a way that
it totals how many times each surgeon has done that specific surgery?

Check out the SumIf formula
 
Hi,

Try this

=SUMPRODUCT(--(A1:A31="Dr Mike")*(B1:B31="Breast Enhancement"))

In practice the doc's name any technique would be cell references

Mike
 

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