Hi
Need some help.
This is what I am facing
I have two arrays with the following unique values
Array1: a,b,c,d,e (all unique,no repetition)
Array2: a,b,c,d,e,f,g,h,i,j (these values can be repeated as a,b,a,a,c,b,j,h...)
Every time the array 2 element matches the array 1 element, in a new column I want the value 1, else 0
eg for the above series (1,1,1,1,1,1,0,0)
I have looked up the forum but not found the right answer.
Please help.
Thanks in advance
Bookmarks