Hi to all of my frined.
I want to make this simple project in excel 2007 by vlookup code.
- when user enter student's code , will show studen't name.
this is my source in sheet 1 :

\1

this is sheet 2 , when user enter studen't code , will show studen't name in name cell.I wrote this code for name cell :

=VLOOKUP(D2,Sheet1!A1:E5,3)


but you can see in image that when user enter 1386001 (majid's code) will show Ahmad name in name cell.

\1

Why ?
Some body help me.