Hi Gurus !
I have a big database of Employees that has a unique key "ID No." now What I want is that if I enter 'Jon' in a cell then the I should be able to find all employees who have substring Jon in their names, and their names & ID no. should appear as a list.
The expected result is something like this:
Enter Full/Part Name - Jon
ID No. Name
12345 Jonathan
12347 Jonarch
13596 Jonark
19856 Jonam
95689 Jonace
How can it be done ?
Thanks in anticipation.
I have a big database of Employees that has a unique key "ID No." now What I want is that if I enter 'Jon' in a cell then the I should be able to find all employees who have substring Jon in their names, and their names & ID no. should appear as a list.
The expected result is something like this:
Enter Full/Part Name - Jon
ID No. Name
12345 Jonathan
12347 Jonarch
13596 Jonark
19856 Jonam
95689 Jonace
How can it be done ?
Thanks in anticipation.