D
dkenebre
Currently, I used the following formula to display how many digits from
the previous 3 cells were repeated in the next 3 cells but I in some
examples it does not give me the answer I am looking for see examples
below:
Formula Used: =SUMPRODUCT(COUNTIF(AF575:AH575,AF577:AH577))
Correct Sample #1
AF575:AH575 3,7,0
AF577:AH577 3,5,9
C577=1 correct
Incorrect Sample #2
AF575:AH575 3,3,3
AF577:AH577 3,5,9
C577=3, only 1 digit is actually repeated, therefore the answer should
be 1
Incorrect Sample #3
AF575:AH575 1,6,3
AF577:AH577 3,3,3
C577=3, only 1 digit is actually repeated, therefore the answer should
be 1
Incorrect Sample #4
AF575:AH575 4,5,5
AF577:AH577 4,5,9
C577=3, only 2 digit is actually repeated, therefore the answer should
be 2
Can someone help me update this formula so that all 4 sample are
correct. Thank you.
the previous 3 cells were repeated in the next 3 cells but I in some
examples it does not give me the answer I am looking for see examples
below:
Formula Used: =SUMPRODUCT(COUNTIF(AF575:AH575,AF577:AH577))
Correct Sample #1
AF575:AH575 3,7,0
AF577:AH577 3,5,9
C577=1 correct
Incorrect Sample #2
AF575:AH575 3,3,3
AF577:AH577 3,5,9
C577=3, only 1 digit is actually repeated, therefore the answer should
be 1
Incorrect Sample #3
AF575:AH575 1,6,3
AF577:AH577 3,3,3
C577=3, only 1 digit is actually repeated, therefore the answer should
be 1
Incorrect Sample #4
AF575:AH575 4,5,5
AF577:AH577 4,5,9
C577=3, only 2 digit is actually repeated, therefore the answer should
be 2
Can someone help me update this formula so that all 4 sample are
correct. Thank you.