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

Lookup Problem

Kenshin

Member
Hello friends i have my question in the attachment, thank you for the help



cheers
 

Attachments

  • Problem.xlsx
    9.8 KB · Views: 11
Hi,

I guess you have missed the date column in your sample file.

Supposed your dates are in column D, try this:
=INDEX($D$2:$D$5,MATCH(A13&B13,INDEX($A$2:$A$5&$B$2:$B$5,),0))

If no duplicate, try this:
=SUMIFS($D$2:$D$5,$A$2:$A$5,A13,$B$2:$B$5,B13)

Regards,
 
Back
Top