• 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.

Help with VLookup

Liliana

New Member
Hi,

I have two sheets with the common variable being "site number". I want to identify the latest date from the sheet, "Details" that matches the corresponding date for that site number for the sheet, "configurable_export". My problem is the "Details" sheet has multiple instances of the same site number.

How can I do this? I have uploaded a sample file for reference.

Thank you!
 

Attachments

  • randomization report - lpfv eclipse - 02.21.17_sh_LR.xlsx
    28.5 KB · Views: 4
Another option,

In "Details" sheet H2, formula copy down :

=IF(LOOKUP(2,1/(C2:C$264=C2),G2:G$264)<>G2,"",IF(LOOKUP(2,1/(C2:C$264=C2),G2:G$264)=VLOOKUP(C2,configurable_export!$A$2:$D$59,4,0),"Match","Non-Match"))

Regards
Bosco
 

Attachments

  • randomization report - lpfv eclipse - 02.21.17_sh_LR.xlsx
    35.6 KB · Views: 4
Back
Top