I have two sheets, sheet 2 is like
and sheet 3 is like:
and I am performing Vlookup function in sheet 3, for that i have taken all the ID's from sheet2 in a list using Data validation option. Now I need to select the value from dropdown and Salary of that ID should be the output. It's working fine in single sheet but in the case of two sheets, It shows error. I have written this:
=VLOOKUP(A13,'Sheet2:Sheet3'!A1:B6,4,FALSE)
Here A13 is the column in which I have defined that dropdown with all the ID'S. But it is showing this error:
A value used in this formula is of wrong data type.
I am unable to understand the problem.Thanks in advance.


