ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   MIN (https://www.excelbanter.com/excel-worksheet-functions/208820-min.html)

JBoyer

MIN
 
=IF(F11=MIN($F$5:$F$17),"",IF(B11<"",VLOOKUP(B11, $J$2:$Q$6,7,FALSE),""))

I'm currently using this formula to check which one is the lowest value and
if it is make it "".

It works fine but I'd like to check for the lowest 2, so I want if to make
it "" if it is min OR second lowest, but i dont know a function to find the
second lowest value in a set of numbers.

Thanks in advance for any help!

RagDyeR

MIN
 
Check out the Small() function.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"JBoyer" wrote in message
...
=IF(F11=MIN($F$5:$F$17),"",IF(B11<"",VLOOKUP(B11, $J$2:$Q$6,7,FALSE),""))

I'm currently using this formula to check which one is the lowest value and
if it is make it "".

It works fine but I'd like to check for the lowest 2, so I want if to make
it "" if it is min OR second lowest, but i dont know a function to find the
second lowest value in a set of numbers.

Thanks in advance for any help!



T. Valko

MIN
 
Try this:

=IF(F11<=SMALL($F$5:$F$17,2),"",IF(B11<"",VLOOKUP (B11,$J$2:$Q$6,7,FALSE),""))

--
Biff
Microsoft Excel MVP


"JBoyer" wrote in message
...
=IF(F11=MIN($F$5:$F$17),"",IF(B11<"",VLOOKUP(B11, $J$2:$Q$6,7,FALSE),""))

I'm currently using this formula to check which one is the lowest value
and
if it is make it "".

It works fine but I'd like to check for the lowest 2, so I want if to make
it "" if it is min OR second lowest, but i dont know a function to find
the
second lowest value in a set of numbers.

Thanks in advance for any help!





All times are GMT +1. The time now is 03:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com