T twogoodtwo Nov 29, 2005 #1 Can anyone tell me how I can look up the "minimum but one" in a range of cells?? There must be a way Thanks in advance
Can anyone tell me how I can look up the "minimum but one" in a range of cells?? There must be a way Thanks in advance
G Guest Nov 29, 2005 #3 If you want the minimum use =SMALL(A1:A100,1) if you want the 2nd smallest value then use =SMALL(A1:A100,2)
If you want the minimum use =SMALL(A1:A100,1) if you want the 2nd smallest value then use =SMALL(A1:A100,2)