+ Reply to Thread
Results 1 to 3 of 3

Vezerid Modulus 11

  1. #1
    Mich modulus 11
    Guest

    Vezerid Modulus 11

    vezerid, I can't get your formula to work properly. Should it be applied to a
    number already with a check digit in it? It didn't work on the following
    number in the example from the link you gave me

    516192872

    The check digit should be 2 so the total number is 5161928722 but when I ran
    your formula on the above number, the check digit it came up with was 10
    which indicates an error.

    The formula you gave me was:


    =11-MOD(SUMPRODUCT(VALUE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)),
    MOD(ROW(INDIRECT("1:"&LEN(A1)))-1,6)+2),11)

    To append the check digit to the number

    =value(A1&_formula_)

    Michelle



  2. #2
    vezerid
    Guest

    Re: Vezerid Modulus 11

    Michelle,
    I just realized there was a detail in the algorithm I overlooked. The
    following formula is, I believe, correct (at least it produces 2 for
    the specific number; if you have other numbers that you can check
    manually, or you already know the answer, you can check these as well).

    =11-MOD(SUMPRODUCT(VALUE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)),MOD(LEN(A1)+1-ROW(INDIRECT("1:"&LEN(A1)))-1,6)+2),11)

    Again it has to be array entered.

    HTH
    Kostis Vezerides


  3. #3
    Mich modulus 11
    Guest

    Re: Vezerid Modulus 11

    thank you, I shall give it a go

    "vezerid" wrote:

    > Michelle,
    > I just realized there was a detail in the algorithm I overlooked. The
    > following formula is, I believe, correct (at least it produces 2 for
    > the specific number; if you have other numbers that you can check
    > manually, or you already know the answer, you can check these as well).
    >
    > =11-MOD(SUMPRODUCT(VALUE(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)),MOD(LEN(A1)+1-ROW(INDIRECT("1:"&LEN(A1)))-1,6)+2),11)
    >
    > Again it has to be array entered.
    >
    > HTH
    > Kostis Vezerides
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1