View Single Post
  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=MIN(4,6,10)
or
=MIN(A1:A3)
with 3 values in range A1:A3,
or, when you search for minimal absolute value, then
=MIN(ABS(A1:A3))


Arvi Laanemets


"tbible" wrote in message
...
I need to compare 3 numbers for example:

4

6

10

I need a formula that compares the three and puts the lesser of the 3 in a
different field or box.

Can someone help me?