RETREIVING THE SMALLEST NUMBER

A

ashaback

I have 3 columns of numbers, How in my 4th column can I have it retrieve the
smallest number of the 3 columns?

Thanks a bunch.
 
R

Ron Coderre

Try something like this:

For values in A1:C1

D1: =MIN(A1:C1)

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
Top