Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() |
#2
![]() |
|||
|
|||
![]()
One way:
=AVERAGE(LARGE(A1:A4,{1,2,3})) In article , "Pat" wrote: Need to locate and discard lowest value out of 4 numbers. Remaining three numbers to be averaged - with that number being used later on. |
#3
![]() |
|||
|
|||
![]()
Pat,
Try =AVERAGE(LARGE(N1:N4,{1,2,3})) -- HTH RP (remove nothere from the email address if mailing direct) "Pat" wrote in message ... WinXP/Excel 2002 Need to locate and discard lowest value out of 4 numbers. Remaining three numbers to be averaged - with that number being used later on. Tried DMIN - but had trouble with formula set-up. Any advice? Thank you PatJoram |
#4
![]() |
|||
|
|||
![]()
=SUM(LARGE(A1:A4,ROW(1:3)))/3
Enter with CTRL+SHIFT+ENTER (as array formula) HTH, Bernd |
#5
![]() |
|||
|
|||
![]()
"Pat" wrote...
.... Need to locate and discard lowest value out of 4 numbers. Remaining three numbers to be averaged - with that number being used later on. .... Everyone else likes LARGE or SMALL. I'd use simpler tools. =(SUM(Range)-MIN(Range))/3 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find highest, lowest and last cell in row? | Excel Discussion (Misc queries) | |||
How to find highest, lowest and last cell in a row? | Excel Worksheet Functions | |||
How can I get the lowest price, second lowest etc. from a range o. | Excel Worksheet Functions | |||
Use MATCH to find position of max in 2D range? | Excel Worksheet Functions | |||
Need to find Min value based on date range entered | Excel Worksheet Functions |