|
Digit Returns
Thanks for all your help.
These are 2 additional formulas I received:
=IF($B20="","",MIN(IF(COUNTIF(D20:F20,D21)>0,1)+IF (COUNTIF(D20:F20,E21)>0,1)+IF(COUNTIF(D20:F20,F21) >0,1),IF(COUNTIF(D21:F21,D20)>0,1)+IF(COUNTIF(D21: F21,E20)>0,1)+IF(COUNTIF(D21:F21,F20)>0,1)))
The second requires Ctrl>Shift>Enter
={IF($B20="","",SUMPRODUCT(IF(COUNTIF(H20:J20,{0,1 ,2,3,4,5,6,7,8,9})<COUNTIF(H21:J22,{0,1,2,3,4,5,6, 7,8,9}),COUNTIF(H20:J20,{0,1,2,3,4,5,6,7,8,9}),COU NTIF(H21:J21,{0,1,2,3,4,5,6,7,8,9}))))}
The most current drawing is at the top in cells D20 through F20. Comparing them to the previous drawing in cells D21 through F21
Thanks again!!
|