Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(A2:A20="surgeon"),--(B2:b20="procedure"))
-- __________________________________ HTH Bob "time conversion" wrote in message ... 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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Feb 7, 3:22*pm, time conversion
wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 "time conversion" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula's | Excel Discussion (Misc queries) | |||
IF formula's | Excel Discussion (Misc queries) | |||
Need Help w/Formula's | Excel Worksheet Functions | |||
formula's | Excel Worksheet Functions | |||
& formula's | Excel Discussion (Misc queries) |