RAFIQUE MUNDE
New Member
- Joined
- Nov 15, 2016
- Messages
- 1
I am trying to find out the maximum and minimum values in Index and Match function
For example
Nodes Sign Moment
1 +ve 54
1 +ve - 10
1 - ve 68
1 - ve - 15
1 +ve 25
1 +ve - 25
1 - ve 49
1 - ve - 56
Here, we have two values (criteria) to return the final value.
I am using above formula to return the value of moment.
{=INDEX(A2:C9, MATCH(A11&B11, A2:A9&B2:B9, 0),3)}
The final answer comes = - 10
I need minimum of the above values and my answer should come - 56.
Please help me how to use Max and Min conditions to find out the maximum and minimum values.
For example
Nodes Sign Moment
1 +ve 54
1 +ve - 10
1 - ve 68
1 - ve - 15
1 +ve 25
1 +ve - 25
1 - ve 49
1 - ve - 56
Here, we have two values (criteria) to return the final value.
I am using above formula to return the value of moment.
{=INDEX(A2:C9, MATCH(A11&B11, A2:A9&B2:B9, 0),3)}
The final answer comes = - 10
I need minimum of the above values and my answer should come - 56.
Please help me how to use Max and Min conditions to find out the maximum and minimum values.