Index and Match function for having maximum and minimum values

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.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hi Rafique,

I can't see with the entering of 2 criteria how you're able to reach a solution of -10; The criteria to do so would require an extra variable because with variable "1" and sin "+ve" your formula with combined criteria will return 54 instead of -10. The answer of -56 from your sample comes from variables "1" and sign "-ve". Could you elaborate?
 
Upvote 0

Forum statistics

Threads
1,223,101
Messages
6,170,116
Members
452,302
Latest member
TaMere

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top