View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default geting the smaller number in a line??

Hi,

If, for example, the numbers are in A1, B1, ...., X1, enter the following
formula in Y1 (or any other convenient location).
=MIN(A1:X1)

Regards,
B. R. Ramachandran

"Felipe" wrote:

I need to fill a cell with the smaller number in a line, but I can't find a
funcition to do so. thank