Hello Friends,
I have entered data in a propriety software of our company and the first data entered gets stored in it as last row.
Data entry 1: Row 1 : 2315
Data entry 2: Row 1 : 2715
Row 2 : 2315 and so on.
The data entered is random and I cannot sort it in anyway to get it back in...
Aratrika,
You have to identify the common field names first,i.e., Emp name /EmpID between two worksheets.
Name ranges to the columns containing common field name in cell[A] & DOB cell[B] from "Define names" say DOB_RANGE.
Now use vlookup to extract the values based on common field name...
Hello All,
First of all I should thank Chandoo for his excellent work which I have silently followed up since late 2009.
I have made a master data table which comprises of almost 6000 rows, each row containing very important employee info.I was trying to build a "Search"-option on the top...