Finding recent date from list

jimmy604

New Member
Joined
May 23, 2015
Messages
8
This is my first post so I apologize if my request is easier than I expected. I have been trying to figure this out for a while. I have two columns of data. In column one is simply dates, in column two is the person attending on that date. There are various people who attend on various dates. What I am trying to find is the last time each person attended. Ive used index, max, and all kinds of formulas with no luck.

column 1 Column 2
08-Apr-15 Dan
09-Apr-15 Bill
10-Apr-15 Dan
11-Apr-15 Phil
12-Apr-15 Tom
13-Apr-15 Dan
14-Apr-15 Dustin
15-Apr-15 Dan
16-Apr-15 Phil
17-Apr-15 Bill
18-Apr-15 Dan

With this, when was the last time Dan attended, Bill, Phil and so on. If you can help, I would appreciate it so much.
 
The sheet name is totals, and I entered the peoples names in column k6 and their respective dates in L6 down
 
Upvote 0

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Got it. What I did was change the formula as follows and it worked

=LOOKUP(9.99999999999999E+307,1/(Sheet2!$B$2:$B$12="Dan"),Sheet2!$A$2:$A$12)

Thank you so much helping solve this problem for me.
 
Upvote 0
Got it. What I did was change the formula as follows and it worked

=LOOKUP(9.99999999999999E+307,1/(Sheet2!$B$2:$B$12="Dan"),Sheet2!$A$2:$A$12)

Thank you so much helping solve this problem for me.

You are welcome. You can substitute for "Dan" a cell address which houses that name.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,257
Members
449,075
Latest member
staticfluids

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