Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to subtract two lowest minimum scores from list

I need a formula for excel that lets me subtract the two lowest scores from a
list of scores. For example - my list of scores is 2, 5, 10, 10, 10, 10, 10,
10, 9. I would like a formula that would subtract the 2 and 5. All I've
been able to do is subract one lowest or subtract the same lowest two times
(which is not what I want).

The scenario is: my students take quizzes all semester and get to drop their
two lowest scores at the end of the semester. They have about 20 scores;
therefore, a formula for this would be helpful.

I have microsoft office excel 2003.

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default How to subtract two lowest minimum scores from list

Check out the Small function in Help.

--
Jim
"chayrun" wrote in message
...
|I need a formula for excel that lets me subtract the two lowest scores from
a
| list of scores. For example - my list of scores is 2, 5, 10, 10, 10, 10,
10,
| 10, 9. I would like a formula that would subtract the 2 and 5. All I've
| been able to do is subract one lowest or subtract the same lowest two
times
| (which is not what I want).
|
| The scenario is: my students take quizzes all semester and get to drop
their
| two lowest scores at the end of the semester. They have about 20 scores;
| therefore, a formula for this would be helpful.
|
| I have microsoft office excel 2003.
|
| Thank you


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 698
Default How to subtract two lowest minimum scores from list

Try:

=SUM(A1:A20)-SUM(SMALL(A1:A20,{1,2}))

HTH
Regards,
Howard

"chayrun" wrote in message
...
I need a formula for excel that lets me subtract the two lowest scores from
a
list of scores. For example - my list of scores is 2, 5, 10, 10, 10, 10,
10,
10, 9. I would like a formula that would subtract the 2 and 5. All I've
been able to do is subract one lowest or subtract the same lowest two
times
(which is not what I want).

The scenario is: my students take quizzes all semester and get to drop
their
two lowest scores at the end of the semester. They have about 20 scores;
therefore, a formula for this would be helpful.

I have microsoft office excel 2003.

Thank you



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scores of a Range Cells. Highest or lowest depending a parameter cradino Excel Worksheet Functions 1 March 11th 07 08:09 AM
how do i remove 5 lowest scores? bil-bil Excel Discussion (Misc queries) 5 November 10th 06 02:14 PM
How do I set up a formula to throw out the 2 lowest scores? Rineay Excel Worksheet Functions 1 June 15th 06 05:08 PM
how to pick the lowest 10 golf scores David Hurwitz Excel Programming 2 October 24th 05 09:37 PM
Trying to sum a range and drop the lowest 2 scores Leatherfoot Excel Programming 1 April 2nd 04 10:28 PM


All times are GMT +1. The time now is 12:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"