RETREIVING THE SMALLEST NUMBER

G

Guest

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

Try something like this:

For values in A1:C1

D1: =MIN(A1:C1)

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

XL2002, WinXP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top