View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre Ron Coderre is offline
external usenet poster
 
Posts: 2,118
Default RETREIVING THE SMALLEST NUMBER

Try something like this:

For values in A1:C1

D1: =MIN(A1:C1)

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

XL2002, WinXP


"ashaback" wrote:

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.