if then statement

W

wab_77

hi, i need help on an if then comparing 3 fields, a,b and c. I need t
pick the smallest number from the 3 fields.

Thank
 
B

Bob Phillips

=MIN(a,b,c)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top