In the catalogs we audit, spreadsheet damage is the single most common source of invalid GTINs — more common than typos, more common than genuine data-entry mistakes.
Excel treats a GTIN as a number, and numbers do not have leading zeros. 036000291452 silently becomes
36000291452 — eleven digits, which is not a valid GTIN length at all. The check digit is still technically
correct, but the identifier is wrong.
Any number longer than 11 digits may be displayed — and, critically, exported — as
8.85911E+11. Unlike the leading-zero problem, this is unrecoverable from the file alone. The original digits
are gone.
For stripped leading zeros, zero-pad back to a valid length (8, 12, 13, or 14 digits) and verify the check digit — if it validates, you have almost certainly recovered the correct identifier. For scientific-notation damage, you must go back to the source system; the spreadsheet no longer contains the answer.
Free automated audit — invalid GTINs, duplicates, and whether your URLs resolve. No account needed.
Run the free audit