excel 2007 - a cell containing the same value of another cell in column -


p12100600006    p12100100000    p12100600000    121006 p12100600006    p12100100000    p12100600000    121006 m12200100012    p12100400000    p12110100001    121101 p12200700000    p12100400000    p12100600000    121006 m12200100012    p12100400000    p12110200016    121102 m12200100012    p12100500000    p12100100000    121001 m12200100012    p12100600000    p12100500000    121005 p12200700000    p12200100000    p12200700000    122007 p12200700000    p12200100000    p12200700000    122007 p12200700000    p12200100000    p12200700000    122007 p12200700000    p12200100000    p12200700000    122007 p12200700000    p12200100000    p12200700000    122007 p12200700000    p12200100000    p12200700000    122007 p12200700000    p12200100000    p12200700000    122007 m12200100012    p12200100000    p12200600000    122006 p12200100001    p12200200000    p12200400004    122004 r12200100000    p12200400000    p12205200000    122052 r12200100000    p12200400000    p12205200000    122052 r12200100000    p12200400000    p12205200000    122052 p12200500000    p12200400000    p12200700000    122007 p12200100000    p12200700000    p12200100000    122001 

in above given data want if a1 contains value in d1 respectively a2 contains d2 , on. in excel example in last row column p12200100000 having value of d columns value 122001

otherwise find if first 7 element of column , column c same

=iferror(find(d1,a1),left(a1,7)=left(c1,7)) 

copied down should give numeric result if in same row (starting @ 1) value in columna contains value in columnd. otherwise, if first 7 characters of columna same first 7 characters of columnc of same row result should true. if neither of these result should false.

but others, not whether requirement, how think can interpreted.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -