2highest values from a row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, i have a row of data in numerical form. i.e.

32,49, 85, 40, 28, 50........

How do i input the formula
-to extract the 2 highest scores, and
-multiply each of the score by 0.5
-and sum them?

Much thanks in advance.
 
What if you had...

32, 49, 85, 40, 28, 50, 50, 50

Is it

85*0.5+50*0.5

or

85*0.5+50*0.5+50*0.5+50*0.5 ?
 

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