View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rachel7 Rachel7 is offline
external usenet poster
 
Posts: 10
Default Returning 2nd smallest value in a range

That works brilliantly...
Thanks.!!

"HARSHAWARDHAN. S .SHASTRI" wrote:

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