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

vlookup depending on two values

Afarag

Member
Dears,

i ask for how can i match date depending on two values
i have 3 columns for username, date and value
i want to get the value that match the username and date together

Gratefully,
 

Attachments

i tried using some helper columns (one that combined the name & Date columns for each 'table'), but your 2 date columns are not formatted the same way and therefore, cause Excel to see them as different values...


if you address this you can add a new col A with =B2&C2 to combine the name&Dates of the first list, then in K2 enter: =VLOOKUP((G2&I2),$A$2:$E$377,5,FALSE)
 
Last edited:
Back
Top