View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default Returning 2nd smallest value in a range

Hats off for a great formula!
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"HARSHAWARDHAN. S .SHASTRI"
wrote in message
...
Hi Rachel,

You can try following formula,

=SMALL(A1:A42,1+FREQUENCY(A1:A42,MIN(A1:A42)))


H S Shastri


================================================== ===

"Rachel7" wrote:

I'm using the SMALL formula to return 2nd smallest value in a range of
cells. Is there a way of the formula excluding empty cells, zero value
cells
& cells with same values in?
Thanks in advance