Thanks very much David.
Interesting that the exact link to the Customs in-bond entry check-digit
calculator was the source of my question. I' glad you recognized the
question.
Best regards
> .... or more likely
> =ROUNDUP(ROUNDDOWN(MOD(A1/7,1),1)*7,0)
>
> Examples are shown at
It's always wise to quote the reference if you have a specific question,
Dan. The words you quoted didn't make sense without the extra data on the
page. Among other things, it's a strange definition of "remainder".
"Remainder" would normally be MOD(A1,7), not MOD(A1/7,1). Additional
confusion is caused when it says "if the remainder is more than one digit",
as any non-zero remainder with their definition is bound to be more than one
digit.

Signature
David Biddulph
> Thanks very much David.
> Interesting that the exact link to the Customs in-bond entry check-digit
> calculator was the source of my question. I' glad you recognized the
> question.
> Best regards
>> .... or more likely
>> =ROUNDUP(ROUNDDOWN(MOD(A1/7,1),1)*7,0)
[quoted text clipped - 15 lines]
> whole number. Do not round up.>> Zero is the check-digit.>>>> Any help
> ???>> Thanks in advance ...
Dan - 27 Feb 2007 14:03 GMT
Thanks again. I'll take your advice and use the source document to ask the
question next time. I've gone to message/info boards a few times previously,
but never gotten an accurate response so quickly.
> It's always wise to quote the reference if you have a specific question,
> Dan. The words you quoted didn't make sense without the extra data on the
[quoted text clipped - 28 lines]
> > whole number. Do not round up.>> Zero is the check-digit.>>>> Any help
> > ???>> Thanks in advance ...