Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Suppose i have a students's marks in 10 cells and wish 2 add the best
7 (the seven best will naturally vary from student to students). togethe to create his final mark how can this be done? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUM(A1:A10)-SUM(SMALL(A1:A10,{1,2,3}))
Gord Dibben MS Excel MVP On Sat, 12 Apr 2008 11:13:36 -0700 (PDT), perfection wrote: Suppose i have a students's marks in 10 cells and wish 2 add the best 7 (the seven best will naturally vary from student to students). togethe to create his final mark how can this be done? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sat, 12 Apr 2008 11:13:36 -0700 (PDT), perfection
wrote: Suppose i have a students's marks in 10 cells and wish 2 add the best 7 (the seven best will naturally vary from student to students). togethe to create his final mark how can this be done? Thanks =SUM(LARGE(A1:J1,{1,2,3,4,5,6,7})) or =SUM(A1:J1,-SMALL(A1:J1,{1,2,3})) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to calculate out of 3 cells choose highest number | Excel Discussion (Misc queries) | |||
how can i choose the highest number in excel range | Excel Worksheet Functions | |||
Choose highest value duplicate | Excel Worksheet Functions | |||
what function do I use for excel to choose the 2nd highest number | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions |