How do I set up a formula to throw out the 2 lowest scores?

G

Guest

I would like to enter 8 quiz grades throw out the two lowest scores and get
the average of the 6 remaining scores.

I know there's got to be a way to do this, I just haven't figured it out
yet. Any help would be appreciated

I am using Excel 2003.
 
G

Guest

Try this:

For scores in A1:H1

I1: =AVERAGE(LARGE(A1:H1,{1,2,3,4,5,6}))

Is that something you can work with?

***********
Regards,
Ron

XL2002, WinXP
 

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

Top