G Guest Jul 28, 2006 #1 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.
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.
G Guest Jul 28, 2006 #2 Try something like this: For values in A1:C1 D1: =MIN(A1:C1) Does that help? *********** Regards, Ron XL2002, WinXP
Try something like this: For values in A1:C1 D1: =MIN(A1:C1) Does that help? *********** Regards, Ron XL2002, WinXP