Index Match Most Current Date

boll55

New Member
Joined
Nov 13, 2012
Messages
29
is there any formula that i can use that will provide me with the most current termination date of a specific driver

i was thinking something along the lines of

=IFERROR(INDEX(I:I,MATCH(L2,MAX(H:H,0))),"-")

this obviously doesnt work so any ideas on how to get where i need to be!?!?!?
 
but will that pull the date for just a specific driver in the column next to it? thats what the L2 was referring to
 
Upvote 0
Try this array formula enterd with CTRL + SHIFT + ENTER

=MAX(IF(H1:H1000=L2,I1:I1000))
 
Upvote 0
That doesn't work. Here is a better description of what I am wanting I think:

Column L is a list of unique values that are pulled from column H and column I are the dates that go with the drivers in column H. I need the cell L2, L3, L4 ect to look up the driver in that cell in the column H and return the corresponding value from column L.

index match works great except some of the drivers are listed more than once in column H and it pulls the first date it finds which is not the most current termination date
 
Upvote 0
It works for me, the only thing I left out was the Absolute references $$.
That might have thrown off the ranges as you dragged down.

Also, it's VERY IMPORTANT that you press CTRL + SHIFT + ENTER when you enter the formula..

Excel Workbook
HIJKLM
2Fred03 March 2013Jon29 April 2013
3Fred28 March 2013Fred06 May 2013
4Fred05 April 2013Mike18 April 2013
5Fred19 April 2013
6Fred27 April 2013
7Fred04 May 2013
8Fred06 May 2013
9Jon14 March 2013
10Jon26 March 2013
11Jon03 April 2013
12Jon06 April 2013
13Jon07 April 2013
14Jon24 April 2013
15Jon29 April 2013
16Mike14 February 2013
17Mike20 February 2013
18Mike08 March 2013
19Mike19 March 2013
20Mike11 April 2013
21Mike14 April 2013
22Mike18 April 2013
Sheet1
 
Upvote 0

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