Vlookup formula not working

Options
I need some help with a VLOOKUP formula in excel. I’m trying to get consIDs from excel sheet2 that matches email addresses from sheet1. Is this formula correct? =VLOOKUP(J2, Sheet2!$K$1:$K$74,Sheet2!A:A,TRUE)

 

Comments

  • Where you have Sheet2!A:A, that should be the number of columns, starting with the email address on sheet2 to the column with the Constituent ID on sheet2. 


    So, if the email address was in column A and the email address was in column B, it might look something like this:


    =VLOOKUP($A2,Sheet2!$A$1:$B$38,2,FALSE)


    [Replacing $B$38 with the bottom-right cell of sheet2]
  • It doesn't work. I'll use MS Access. Thank you for your prompt responses. I really appreciate it.

Categories