tmvirusred
New Member
- Joined
- Feb 22, 2011
- Messages
- 11
I am new to this check digit thing, and cannot figure out how to create a formula to find the check digit. I've been looking through this forum and just don't quite understand it.
I need to generate a check digit to be appended to a four digit number. The number has to be entered in a single 4 digit number, and not a 4 individual number. For example:
1. Four digit number: 3462 (or could even start with one or more zeros)
2. Weight: 2357
3.The check digit would be 7:
3 x 2 = 6
4 x 3 = 12
6 x 5 = 30
2 x 7 = 14 Total = 62 ----> 62/11 = 5 with remainder 7
4. And some how add on the 7 check digit to 3462 to get 34627 in another cell
I need to generate a check digit to be appended to a four digit number. The number has to be entered in a single 4 digit number, and not a 4 individual number. For example:
1. Four digit number: 3462 (or could even start with one or more zeros)
2. Weight: 2357
3.The check digit would be 7:
3 x 2 = 6
4 x 3 = 12
6 x 5 = 30
2 x 7 = 14 Total = 62 ----> 62/11 = 5 with remainder 7
4. And some how add on the 7 check digit to 3462 to get 34627 in another cell