how to average and use sum min and count within one cell

G

Guest

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
 
G

Guest

It's just the average (sum/count), throwing out the lowest of the four:
=(sum(a1:a4)-min(a1:a4))/(count(a1:a4)-1)
 

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