> Hello all,
>
[quoted text clipped - 59 lines]
>
> TIA
Hi
I created Headers with mystrings, like so
1000110 0010110 0011010 1100010 >2 count Total
1110000 1 1 1 2 1 28
1101000 1 0 1 2 1
1100100 2 1 0 2 2
1100010 2 1 1 3 2
1100001 1 0 0 2 1
This used the range A10:G45
In B11 copy this formula
=SUMPRODUCT(--(MID($A11,{1,2,3,4,5,6},1=1)*MID(B$10,{1,2,3,4,5,6},1=1)))
copy this across to column f then down.
In F11 type the array formula =COUNT(IF(B11:E11>=$D$1,B11:E11)) and commit
it with Ctrl + Shift + Enter and copy down.
In G11 type =COUNT(IF(B11:E11>=$D$1,B11:E11))
In D1 I typed the minimum number of Dupes, in this case 2
Hope this helps
Peter
Billy Liddel - 04 Apr 2007 14:24 GMT
Ooops
I miscounted the number of digits the main formula should have been
=SUMPRODUCT(--(MID($A12,{1,2,3,4,5,6,7},1=1)*MID(B$10,{1,2,3,4,5,6,7},1=1)))
results are the same in this case
Peter