Latest date - Match/lookup

gomukuma

New Member
Joined
Jan 7, 2014
Messages
48
Hi,
I have a colleague who is struggling with a look up, if anyone has any ideas on how to evaluate...

Data
Job No Date
51 01.09.14
40 02.08.14
35 25.06.14


Summary:
Job No Latest Date
40 formula to return the latest date (ie 01.09.14)

Any assistance would be grately appreciated.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Is the latest date for 40 not 02/08/2014?

If so try:

=MAX(--($A$1:$A$3=40)*$B$1:$B$3)

Enter this via CNTL-SHIFT_ENTER as it's array formula.
 
Upvote 0
Is the latest date for 40 not 02/08/2014?

If so try:

=MAX(--($A$1:$A$3=40)*$B$1:$B$3)

Enter this via CNTL-SHIFT_ENTER as it's array formula.


Sorry, Just realised i should have had more dates for each job number..

Job No Date
40 01.09
40 02.08
40 25.06

Your formula is perfect - Thanks
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,013
Members
448,935
Latest member
ijat

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