#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default formula's

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default formula's

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 206
Default formula's

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default formula's

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula's Cindy Excel Discussion (Misc queries) 4 January 20th 06 04:35 PM
IF formula's alice Excel Discussion (Misc queries) 3 January 20th 06 03:42 PM
Need Help w/Formula's sunrosejenn Excel Worksheet Functions 5 October 24th 05 07:33 PM
formula's sunrosejenn Excel Worksheet Functions 1 October 14th 05 01:38 PM
& formula's Luke Excel Discussion (Misc queries) 1 March 9th 05 10:57 AM


All times are GMT +1. The time now is 08:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"