Finding Mid Score

  • Thread starter Thread starter lacosta
  • Start date Start date
L

lacosta

I have 3 colums with different scores in the same row. I want to creat
a formula that will give me the mid score for the 3 columns. Also th
mid score has to be above 640. Please help :confused
 
=if(large(a1:c1,2)>=640,large(a1:c1,2),"Too small")

=large(array,k) picks the kth biggest value. Ie if k=1 it picks the
biggest, if k=2 it takes the second biggest etc
 

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

Back
Top