jswillis07
New Member
- Joined
- Nov 17, 2014
- Messages
- 38
I have two worksheets that I am using. Sheet A contains raw data including a key number and a corresponding date. Sheet B just contains a key number. I am trying to find the latest date in a set of values if the key number from Sheet B matches the key # from Sheet A.
Example:
Sheet A Sheet B
Key # Date Key # Latest Date
1 11/10 1 11/12
1 11/11 2 12/1
1 11/12 3 12/4
2 12/1
3 12/3
3 12/4
I have tried using a combination of max vlookups however vlookup merely returns the first date value and doesn’t allow the max to be found.
I would greatly appreciate any assistance.
Thank you
Example:
Sheet A Sheet B
Key # Date Key # Latest Date
1 11/10 1 11/12
1 11/11 2 12/1
1 11/12 3 12/4
2 12/1
3 12/3
3 12/4
I have tried using a combination of max vlookups however vlookup merely returns the first date value and doesn’t allow the max to be found.
I would greatly appreciate any assistance.
Thank you