View Single Post
  #2  
Old May 28th, 2010, 08:53 PM posted to microsoft.public.excel.worksheet.functions
Luke M[_4_]
external usenet poster
 
Posts: 451
Default how to compare the old code and new code?

Lets say your old data is in A:B and new data is in C (with description in
A and C)

In E1:
=VLOOKUP(C1,A:B,2,FALSE)

This will find the old code. If you want to highlight where changes have
occured:
=VLOOKUP(C1,A:B,2,FALSE)=D1



--
Best Regards,

Luke M
"Pradeep_ji78" wrote in message
...
I have old code and old description in my excel. Now company given me new
code with same description. I want to compare the old code with new code
but
description is same. how to compare?

regards,
pradeep.K