|  

» Finding Minimum / Maximum Values

Problem:

Column A contains a list of numbers.
We want to find the minimum value in the range between row 2 (first value in the list) and each row number specified in column B.

Solution:

Use the MIN and INDIRECT functions in the following formula:
=MIN(INDIRECT("$A$2:A"&B2))
Screenshot // Finding Minimum / Maximum Values
Finding Minimum / Maximum Values
Rate This Tip
12 34 5
Rating: 2.33     Views: 27339
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments