![]() |
Find lowest value in a range
|
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. |
=SUM(LARGE(A1:A4,ROW(1:3)))/3
Enter with CTRL+SHIFT+ENTER (as array formula) HTH, Bernd |
"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 |
All times are GMT +1. The time now is 11:25 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com