2
I have data in my excel sheet in the below format
A B
1 2
2 3
3 5
4 8
5
6
7
8
9
i.e colA has values 1 through 9 and colB has 2,3,5,8. Now what I need in col C is, the data in colA which is not there in colB .
So my result column C should have
C
1
4
6
7
9
1Yup. Seems to work. Though I'm using a localized version of excel in which the code looks like
=JOS(ONPUUTTUU(VASTINE(A2;B:B;0));A2;"")
where the row 1 contains the column headers. – None – 2011-02-18T10:04:28.977Thank you very much Aleksi.. It did really worked.. Thanks alot – SrinR – 2011-02-22T13:22:52.060