reggie k
New Member
- Joined
- Nov 7, 2012
- Messages
- 15
Hi Guys, is there anyone know modulus 11 excel formulae to generate 7th digit.
Please see below formulae that i tried and it didn't work.
=MOD(SUM(B1:G1*B2:G2),11)=0
Below is Actual calculation.
Example: find the check digit for the number 036532
[TABLE="width: 361"]
<tbody>[TR]
[TD="width: 15%"][/TD]
[TD="width: 17%"]3
[/TD]
[TD="width: 17%"]6
[/TD]
[TD="width: 17%"]5
[/TD]
[TD="width: 17%"]3
[/TD]
[TD="width: 18%"]2
[/TD]
[/TR]
[TR]
[TD="width: 15%"]x7
[/TD]
[TD="width: 17%"]x6
[/TD]
[TD="width: 17%"]x5
[/TD]
[TD="width: 17%"]x4
[/TD]
[TD="width: 17%"]x3
[/TD]
[TD="width: 18%"]x2
[/TD]
[/TR]
[TR]
[TD="width: 15%"][/TD]
[TD="width: 17%"]18
[/TD]
[TD="width: 17%"]30
[/TD]
[TD="width: 17%"]20
[/TD]
[TD="width: 17%"]9
[/TD]
[TD="width: 18%"]4
[/TD]
[/TR]
</tbody>[/TABLE]
0 + 18 + 30 + 20 + 9 + 4 = 81
81/11 = 7 remainder 4
11 - 4 = 7
7 is therefore the check digit.
Please see below formulae that i tried and it didn't work.
=MOD(SUM(B1:G1*B2:G2),11)=0
Below is Actual calculation.
Example: find the check digit for the number 036532
[TABLE="width: 361"]
<tbody>[TR]
[TD="width: 15%"][/TD]
[TD="width: 17%"]3
[/TD]
[TD="width: 17%"]6
[/TD]
[TD="width: 17%"]5
[/TD]
[TD="width: 17%"]3
[/TD]
[TD="width: 18%"]2
[/TD]
[/TR]
[TR]
[TD="width: 15%"]x7
[/TD]
[TD="width: 17%"]x6
[/TD]
[TD="width: 17%"]x5
[/TD]
[TD="width: 17%"]x4
[/TD]
[TD="width: 17%"]x3
[/TD]
[TD="width: 18%"]x2
[/TD]
[/TR]
[TR]
[TD="width: 15%"][/TD]
[TD="width: 17%"]18
[/TD]
[TD="width: 17%"]30
[/TD]
[TD="width: 17%"]20
[/TD]
[TD="width: 17%"]9
[/TD]
[TD="width: 18%"]4
[/TD]
[/TR]
</tbody>[/TABLE]
0 + 18 + 30 + 20 + 9 + 4 = 81
81/11 = 7 remainder 4
11 - 4 = 7
7 is therefore the check digit.