Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pat
 
Posts: n/a
Default Find lowest value in a range

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



  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

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   Report Post  
Bob Phillips
 
Posts: n/a
Default

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   Report Post  
Bernd Plumhoff
 
Posts: n/a
Default

=SUM(LARGE(A1:A4,ROW(1:3)))/3

Enter with CTRL+SHIFT+ENTER (as array formula)

HTH,
Bernd
  #5   Report Post  
Harlan Grove
 
Posts: n/a
Default

"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
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
How to find highest, lowest and last cell in row? Sam Excel Discussion (Misc queries) 3 December 3rd 04 11:59 AM
How to find highest, lowest and last cell in a row? Sam Excel Worksheet Functions 1 December 3rd 04 11:51 AM
How can I get the lowest price, second lowest etc. from a range o. Robin Excel Worksheet Functions 2 November 9th 04 12:23 PM
Use MATCH to find position of max in 2D range? Peter B Excel Worksheet Functions 4 October 28th 04 05:23 PM
Need to find Min value based on date range entered Chad S Excel Worksheet Functions 1 October 28th 04 09:52 AM


All times are GMT +1. The time now is 04:08 AM.

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

About Us

"It's about Microsoft Excel"