View Single Post
  #4   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default how to average and use sum min and count within one cell

Or more simply
=AVERAGE(LARGE(A1:A4,{1,2,3}))

Jerry

JE McGimpsey wrote:

One way:

=SUM(LARGE(A1:A4,{1,2,3}))/3


In article ,
"gwtechie72" wrote:


I am trying to find the average of 4 grades, I have to eliminate the lowest
grade, but I have to use the Sum, Min and Count to get the answer