What function should I use

  • Thread starter Thread starter Bonnie
  • Start date Start date
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.
 
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.
 
Back
Top