• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Returning most recent date

Please refer to the attached file.

What I am trying to do is populate Column I in the first tab with the latest date for each part from Tab 2. Column O has the count per part from the second tab. I cannot use a Vlookup as it will only capture the date of the first occurrence of the part#.

As I

Tab 2 will be a growing list going forward so there will be multiple entries per part.
Also the entire list of parts is more than 9000, this is just a sample.

I was trying an

=IF(O2>0,INDEX( Tab 2 MATCH( Part # Tab 1),LARGE( Date Tab 2)),0)

but I could not get it to work.

Your assistance is appreciated!
 

Attachments

Hi Jamie,

Confirm this formula as an array in I2 of Sheet1:
=MAX(IF(Sheet2!$A$1:$A$200=A2,Sheet2!$G$1:$G$200))
Copy down as desired.

To confirm an array, use Ctrl+Shift+Enter, not just Enter.
 
Back
Top