I have these value in column a and b of my sheet 1
employee rocord
a 1
b 3
d 4
a 6
in sheet 2 employee are arranged and using vlookup
result is
employ record
a 1
a 1
b 3
d 4
a 1
formula using:=vlookup(sheet2!a2,sheet1!a$2:b$5,2,0)
how to solve this issue: Kindly guide other formula by which the result coulb be:
Employ record
a 1
a 6
b 3
d 4
a n/a
kindly assist
Bookmarks