View Single Post
  #2   Report Post  
duane
 
Posts: n/a
Default


if names are in a1:t1 and results are in b2:t2


=average(if(a1:t1="Joe",b2:t2)) entered with control-shift-enter should
work

else

=sumif(a1:t1,"Joe",b2:t2)/countif(a1:t1,"Joe",b2:t2)


--
duane


------------------------------------------------------------------------
duane's Profile: http://www.excelforum.com/member.php...o&userid=11624
View this thread: http://www.excelforum.com/showthread...hreadid=314170