AVERAGING

T

time conversion

I would like to learn how to get an average using a formula for for varying
groups of numbers.
for example:

Surgeon Operation Operation Time in Minutes

A Hernia 38 (1st Occurence)
31 (2nd)
59 (3rd...etc)
28
22
39

so the average TIME IN MINUTES for that Hernia operation is 36.16 minutes

my question is...how do I write a formula to find the averages for Multiple
physicians doing Multiple procedures???
 
B

Bob Phillips

=SUMPRODUCT(--(surgeon_range=surgeon),--(op_rage=op),time_range)
/SUMPRODUCT(--(surgeon_range=surgeon),--(op_rage=op))

or create a pivot table
 
T

time conversion

Hey Bob...thanks for the info...but I the data I'm averaging is already
within a pivot table. What I've been doing so far is capturing the times in
the cells and looking at the toolbar at the bottom for the average....then
typing that in the cell to the right of the Surgeon and Procedure. Very
tedious....
 

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

Similar Threads

Averaging Time 8
calculating average handling time 7
Averaging Hourly Data 2
14 Day Average REVISITED 4
Average Unique 7
Graph standardized values 3
Average If... 12
Averaging a running total 0

Top