Index Match

ekhawaja

Board Regular
Joined
Dec 16, 2018
Messages
60
Office Version
  1. 365
Hello There!

I am looking for an index match formula that looks up a value for "Eq" from col C in Col A, the Eq value in col A is repeated, and the formula only returns (in col D) the highest numerical value located in col B.

THANKS IN ADVANCE.

1711138410714.png





ABCD
EqModelEqModel
09C-3
4205454​
41HA-400
17008593​
09C-4
29124763​
09C-7
20008593​
09C-5
39124763​
09C-3
29124755​
09C-50
4526932​
09C-4
29124763​
09C-5209C-5
49124763​
09C-6
10008593​
09C-50
4526932​
09C-7
20008593​
09C-52
09C-3
4205455​
09C-4
20059710​
09C-5
29124763​
09C-50
4526932​
09C-52
09C-5
09C-7
20008593​
09C-3
29124755​
09C-4
09C-5
49124763​
09C-50
09C-52
41HA-400
17008593​
09C-7
20008593​
 

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
How about
Excel Formula:
=MAXIFS(B:B,A:A,C2)
 
Upvote 1
Solution
In that case check that the values in col B are real numbers & not text.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,123
Messages
6,123,182
Members
449,090
Latest member
bes000

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