I have a range of data which I'm trying to determine what the minimum is. I understand the basic formula =MIN(D53:AG82). My problem is that my range needs to be dynamic to account for the frequently changing parameters.
The range of D53:AG82 is the largest range I need to test and is easily tested using =MIN(D53:AG82). This is required when I'm searching for the min value involving 30 players.
My problem comes when I need to find the min value for a range that is less than the maximum.
Example:
Thank you for any guidance you can provide.
Don
The range of D53:AG82 is the largest range I need to test and is easily tested using =MIN(D53:AG82). This is required when I'm searching for the min value involving 30 players.
My problem comes when I need to find the min value for a range that is less than the maximum.
Example:
- The starting point will always be D53.
- I can predetermine the number of players involved. In this example 8 players (this value is established in a separate worksheet called ALLWEEKS:G79)
- I can sort all data to place "active" players information up front (i.e., D53:K60)
Thank you for any guidance you can provide.
Don