Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DKY
 
Posts: n/a
Default MIN to get three lowest


I'm not sure if this is possible. I have a spreadsheet with a set of
values and I figured out how to get the lowest value by the following
function:

Code:
--------------------
=MIN($E$193:$AI$193)
--------------------

But how do I get the next two lowest? So I can have somewhat of a top
3 lowest numbers kind of a thing.


--
DKY
------------------------------------------------------------------------
DKY's Profile: http://www.excelforum.com/member.php...o&userid=14515
View this thread: http://www.excelforum.com/showthread...hreadid=508409

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default MIN to get three lowest

You can use the SMALL function...

= SMALL($E$193:$AI$193,2)

and

= SMALL($E$193:$AI$193,3)

Hope this helps!

In article ,
DKY wrote:

I'm not sure if this is possible. I have a spreadsheet with a set of
values and I figured out how to get the lowest value by the following
function:

Code:
--------------------
=MIN($E$193:$AI$193)
--------------------

But how do I get the next two lowest? So I can have somewhat of a top
3 lowest numbers kind of a thing.

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
Conditional Formatting lowest # if it only appears once dlvgolf Excel Worksheet Functions 6 July 1st 05 12:52 PM
"Drop the lowest" in computing average Matthew Leingang Excel Worksheet Functions 8 June 8th 05 12:31 AM
Second lowest in 28 sac73 Excel Discussion (Misc queries) 12 April 9th 05 03:40 PM
Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc jwebb Excel Discussion (Misc queries) 2 March 9th 05 12:38 PM
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


All times are GMT +1. The time now is 09:27 AM.

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

About Us

"It's about Microsoft Excel"