close

Hi Guys,

I am preparing a spreadsheet to keep track of my marks at uni.

In one of my units I have two sets of 3 tests (ie 3 reading
comprehension tests and 3 problem solving tests) and only the highest 2
results from each set of tests will contribute towards my final mark.

What I am trying to do is devise a formula so the lowest score in each
set of tests is not included in the calculation (or only the highest
two are included).

The data will be entered into the sheet as follows:

reading test 1 (Cell E5)
problem solving 1 (Cell E6)
reading test 2(Cell E7)
problem solving 2 (Cell E8)
reading test 2 (Cell E9)
problem solving 2 (Cell E10)

I hope I have explained this well enough for someone to assist me with
my endeavours.

Thanks in advance

Chris--
christopherp
------------------------------------------------------------------------
christopherp's Profile: www.excelforum.com/member.php...foamp;userid=4162
View this thread: www.excelforum.com/showthread...hreadid=518167Group the reading tests together and the problem solving tests together i.e.
reading E5:E7 and problem solving E8:E10.

In F7 enter: =SUM(E5:E7)-MIN(E5:E7) and copy into F10

This will give you a total mark excluding the lowest in each case

Ewanquot;christopherpquot; wrote:

gt;
gt; Hi Guys,
gt;
gt; I am preparing a spreadsheet to keep track of my marks at uni.
gt;
gt; In one of my units I have two sets of 3 tests (ie 3 reading
gt; comprehension tests and 3 problem solving tests) and only the highest 2
gt; results from each set of tests will contribute towards my final mark.
gt;
gt; What I am trying to do is devise a formula so the lowest score in each
gt; set of tests is not included in the calculation (or only the highest
gt; two are included).
gt;
gt; The data will be entered into the sheet as follows:
gt;
gt; reading test 1 (Cell E5)
gt; problem solving 1 (Cell E6)
gt; reading test 2(Cell E7)
gt; problem solving 2 (Cell E8)
gt; reading test 2 (Cell E9)
gt; problem solving 2 (Cell E10)
gt;
gt; I hope I have explained this well enough for someone to assist me with
gt; my endeavours.
gt;
gt; Thanks in advance
gt;
gt; Chris
gt;
gt;
gt; --
gt; christopherp
gt; ------------------------------------------------------------------------
gt; christopherp's Profile: www.excelforum.com/member.php...foamp;userid=4162
gt; View this thread: www.excelforum.com/showthread...hreadid=518167
gt;
gt;


put the same tests together as in first answer then use

=large(A1:A3,1) large(A1:A3,2)--
robert111
------------------------------------------------------------------------
robert111's Profile: www.excelforum.com/member.php...oamp;userid=31996
View this thread: www.excelforum.com/showthread...hreadid=518167
Thanks for the responses guys - I have solved the problem with your
help.

This is the formula I have used and it works fine:

=F24 (SUM(F18,F20,F22)-MIN(F18,F20,F22)) (SUM(F19,F21,F23)-MIN(F19,F21,F23))

F24 is a constant and will be included in the calculation regardless of
other results.

Thanks again

Chris--
christopherp
------------------------------------------------------------------------
christopherp's Profile: www.excelforum.com/member.php...foamp;userid=4162
View this thread: www.excelforum.com/showthread...hreadid=518167

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()