hello members,
I have some data with close to 250 rows in a excel sheet(Excel 2003) that needs to be compared. Appreciate if someone can help me with vlookup / any other excel routine that can help me achieve this. How do i filter out failed results ?Some sample data from my excel sheet:
Condition to check:
Where $E = $Q
Check if rows ($F - $K) = rows($R to $w) 
Rows ( E - K )
1000xyz400100xyzA00680xyz0  19722.83 19565.7 157.13 11 2.74     11.00
1000xyz400100xyzA00682xyz0  7210.68  4111.53 3099.15 216.95  1.21    216.94
1000xyz430200xyzA00651xyz0  146.70  0.00 0.00 0.00 0.00 0.00
Rows (Q - W )
1000xyz400100xyzA00680xyz0  19722.83   19565.70 11.00 13.74 2.74 11.00
1000xyz400100xyzA00682xyz0  7210.68    4111.53 216.94 218.15 1.21 216.94
Another question is, do I need to perform a sort before I can check this or is vlookup able to handle unsorted data.