HI,
I have 10 numbers in the range A1:J1
345 687 23 1790 717 546 2581 74 522 841
and formulas that count odd and even numbers in that range
=SUMPRODUCT(--(MOD(A1:J1,2)=1)) with result 6
=SUMPRODUCT(--(MOD(A1:J1,2)<>1)) with result 4
I need a formula which does the same, but only for second digits from the right.
Expected results: 3 odd , 7 even.
Thanks
I have 10 numbers in the range A1:J1
345 687 23 1790 717 546 2581 74 522 841
and formulas that count odd and even numbers in that range
=SUMPRODUCT(--(MOD(A1:J1,2)=1)) with result 6
=SUMPRODUCT(--(MOD(A1:J1,2)<>1)) with result 4
I need a formula which does the same, but only for second digits from the right.
Expected results: 3 odd , 7 even.
Thanks