What function should I use

B

Bonnie

Say I have three columns with different numbers. These numbers may go up or
they may go down. I want to be able to choose a function and have it find the
lowest number out of the three colums.

Column 1 Column 2 Column 3
215 185 398

I want the function to choose the middle because it is the lowest.
But next week the lowest might be in column 3.
 
G

Glenn

Bonnie said:
Say I have three columns with different numbers. These numbers may go up or
they may go down. I want to be able to choose a function and have it find the
lowest number out of the three colums.

Column 1 Column 2 Column 3
215 185 398

I want the function to choose the middle because it is the lowest.
But next week the lowest might be in column 3.


Look at "MIN worksheet function" in the help file.
 

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