+ Reply to Thread
Results 1 to 4 of 4

Removing a check digit

  1. #1
    cwd58
    Guest

    Removing a check digit

    I want to remove the check-digit from a list of barcode numbers. So
    33609005000160 will be changed to 3360900500016.

    Can this be done in Excel or Access?

  2. #2
    Bob Phillips
    Guest

    Re: Removing a check digit

    =left(a1,13)


    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "cwd58" <[email protected]> wrote in message
    news:[email protected]...
    > I want to remove the check-digit from a list of barcode numbers. So
    > 33609005000160 will be changed to 3360900500016.
    >
    > Can this be done in Excel or Access?




  3. #3
    Ardus Petus
    Guest

    Re: Removing a check digit

    =LEFT(A1,LEN(A1)-1)

    HTH
    --
    AP

    "cwd58" <[email protected]> a écrit dans le message de news:
    [email protected]...
    >I want to remove the check-digit from a list of barcode numbers. So
    > 33609005000160 will be changed to 3360900500016.
    >
    > Can this be done in Excel or Access?




  4. #4
    David Biddulph
    Guest

    Re: Removing a check digit

    "cwd58" <[email protected]> wrote in message
    news:[email protected]...
    >I want to remove the check-digit from a list of barcode numbers. So
    > 33609005000160 will be changed to 3360900500016.
    >
    > Can this be done in Excel or Access?


    =LEFT(A1,LEN(A1)-1)
    --
    David Biddulph



+ 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