Interesting... | ||
Check Digit on bar-codes. | ||
Find an item with a 13-digit bar code on it…Eg : 5016442001876 Make a note of the first 12 digits – The 13th digit is the check digit and this is how to make a bar code calculator to check it. Put the first 12 digits into the first column of a spreadsheet starting from cell B3 as shown. Draw headings and boxes. |
||
The calculations in column C
are… The digits in cells B4, B6, B8 …(every other digit) are multiplied by 3. The other digits in cells B3, B5, B7 …remain as they are. The results are added up in cell C15. The final calculation in cell C16: The check digit is the number that needs to be added to the total in cell C15 to make the result an exact multiple of 10. The formula in cell C16 is this: =10 – MOD(C15,10) |
![]() |
|
Now try it out on 13-digit bar codes you can find on other bar-coded items. | ||