I have one excel sheet - "Records_Table.xlsx" with the following data -
In my another excel sheet - "User_Input_Table.xlsx" ,
the user will input the Product and state, and the catalog number will be generated from the "Records_Table.xlsx"
I am using vlookup formula - VLOOKUP(A2,B2,[Records_Table.xlsx]records_sheet!$A$2:$B$50,3)
but it is not showing any result, what am I doing wrong ?

