Index and Match function with Max function

Marina1991

New Member
Joined
Oct 11, 2006
Messages
19
This is my 1st post it, hopefuly I get it. I have on d115 a max formula, that tell me who had the highest call. Now I want on cell a115 the name of who had the highest call. I tried =Index(A2:D105,Match(D115,A2:A105,0),-3) and it does not work. I though may be it was due to the negative 3 but I changed my columns around and still does not work. I would like to keep my columns in the format that I have, which is associate in column a and call on column d.

Thanks
Perla
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Welcome to the board!

=INDEX(A2:D105, MATCH(D115,D2:D105,0),1)

You need to look for the call in the call column, and return what's in the A column.

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,213,510
Messages
6,114,044
Members
448,543
Latest member
MartinLarkin

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