thesleeperr
New Member
- Joined
- Apr 4, 2011
- Messages
- 4
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: 6956 (or could even start with one or more zeros)
(2) Weight: 2357
(3)Example:
6 x 2 = 12
9 x 3 = 27
5 x 5 = 25
6 x 7 = 42 Total = 106 ----> 106/11 = 9 with remainder 7
(5) 11 -7 = 4 <--- check digit
(4) And some how add on the 4 check digit to 6956 to get 69564 together in one other 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: 6956 (or could even start with one or more zeros)
(2) Weight: 2357
(3)Example:
6 x 2 = 12
9 x 3 = 27
5 x 5 = 25
6 x 7 = 42 Total = 106 ----> 106/11 = 9 with remainder 7
(5) 11 -7 = 4 <--- check digit
(4) And some how add on the 4 check digit to 6956 to get 69564 together in one other cell