Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using a cordless scanner to scan barcodes into Excel. The barcodes have
12 digits but my Point Of Sale system only reads the first 11. To import this information into my POS system I need to drop the last digit. Also some of the numbers have a leading zero which I must keep as well. Any help on how to do this would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Matt wrote:
I am using a cordless scanner to scan barcodes into Excel. The barcodes have 12 digits but my Point Of Sale system only reads the first 11. To import this information into my POS system I need to drop the last digit. Also some of the numbers have a leading zero which I must keep as well. Any help on how to do this would be greatly appreciated. Not completely sure I understand your problem, but try this: =LEFT(RIGHT(REPT("0",12)&A1,12),11) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your data comes as text:
=LEFT(A1,11) If it comes as a number: =TEXT(INT(A10/10),"00000000000") -- Kind regards, Niek Otten Microsoft MVP - Excel "Matt" wrote in message ... I am using a cordless scanner to scan barcodes into Excel. The barcodes have 12 digits but my Point Of Sale system only reads the first 11. To import this information into my POS system I need to drop the last digit. Also some of the numbers have a leading zero which I must keep as well. Any help on how to do this would be greatly appreciated. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Matt
Have you got a software for your scanner ? Check out this site, there's more then one software.check Home page. Do a Google search for Barcode software or Barcode readers, many sell software you can buy. Usually the first character is a start character and the last one is a CheckSum character. HTH Johm http://www.taltech.com/products/winwedge.html HTH John "Matt" wrote in message ... I am using a cordless scanner to scan barcodes into Excel. The barcodes have 12 digits but my Point Of Sale system only reads the first 11. To import this information into my POS system I need to drop the last digit. Also some of the numbers have a leading zero which I must keep as well. Any help on how to do this would be greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to customize number to 10 digits including 2 digits after deci | Excel Worksheet Functions | |||
last 2 digits | Excel Discussion (Misc queries) | |||
16 digits | Excel Discussion (Misc queries) | |||
2 DIGITS OUT OF 4 | Excel Discussion (Misc queries) | |||
2 DIGITS OUT OF 4 | Excel Discussion (Misc queries) |