I have a excel file which has 4 columns on Sheet1 and I need to check If Email from Sheet 1, matches Email from Sheet2, then write the Date (B) column from sheet2 in sheet1
Tried something like that but it is returning N/A everytime
=VLOOKUP(C2,Sheet2!$B:$E,2,FALSE)
Sheet1
First Name (A)| Last Name (B)| Email (C)| Phone (D)
Sheet2
First Name (A)| Date (B)| Last Name (C) | Phone (D)| Email (E)