View Single Post
  #4   Report Post  
Myrna Larson
 
Posts: n/a
Default

You can use an array formula:

=AVERAGE(IF(A1:A100="Joe",B1:B100))

entered with CTRL+SHIFT+ENTER,

or a "regular" formula (just use ENTER)

=SUMIF(A1:A100,"Joe",B1:B100)/COUNTIF(A1:A100,"Joe")



On Tue, 16 Nov 2004 19:09:05 -0800, "Al" wrote:

Hello,

In tab A I have my Raw data that consists of about 20 different performance
metrics sorted by name.

In Tab B I am putting together a breakdown of this. What I need is a
function that will count the instances of each name and then average the
results for one column for that employee.

Ie.. In tab A if "Joe" was 10 results out of 100 I want to get an avearge
of the results for just Joe.