Hello All,
I'm new to excel and trying to do a compare functionality through excel n went half way.
The requirement is that, in a excel i have 4 sheets.one of the sheets' column values i have to lookup in the rest of the 3 sheets' columns.
I need to search sheet 4 'A' column (A2 to A56) values in sheet 1 column k(2,102) , sheet2 column K(2,72) & sheet3 column k(2,40).
based on this if it finds it should give 'True' or 'False'.This is how i did it.
=ISERROR(LOOKUP(A2,'sheet'!$K$2:$K$102))
I have sorted values in the K of sheet1 and used lookup to do this. it worked fine.
but in the sheet2 column k i have duplicate entries. it is not working. for some of the values which actually are not there in sheet 2 it results 'TRUE'.
Not able to get it why is it behvaing like this. and also is it possible to do lookup in multiple columns at a time? Is there any better formula to achieve this. Reqirement is very simple as of 'find' functionality but in multiple sheets and in specific columns.
Thanks in advance & Regards,
Deepthi
Bookmarks