PC Review


Reply
 
 
Matt
Guest
Posts: n/a
 
      19th Feb 2009
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 With Quote
 
 
 
 
Glenn
Guest
Posts: n/a
 
      19th Feb 2009
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)
 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      19th Feb 2009
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" <(E-Mail Removed)> wrote in message
news:5A93E811-1E05-4B44-B304-(E-Mail Removed)...
>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 With Quote
 
John
Guest
Posts: n/a
 
      19th Feb 2009
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" <(E-Mail Removed)> wrote in message
news:5A93E811-1E05-4B44-B304-(E-Mail Removed)...
>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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA write macro change column with 3 number digits to 4 digits the James C Microsoft Excel Misc 3 25th Jan 2010 03:12 PM
How do you change single digits to recognized double digits? Evil with a K Microsoft Excel Worksheet Functions 6 18th May 2009 09:19 PM
How do you change single digits to recognized double digits? Evil with a K Microsoft Excel Worksheet Functions 0 18th May 2009 09:05 PM
How to customize number to 10 digits including 2 digits after deci =?Utf-8?B?Q2FyaW5h?= Microsoft Excel Worksheet Functions 3 20th Sep 2007 02:50 AM
Convert 8 digits to leading alpha plus 6 digits following? Lee Jeffery Microsoft Excel New Users 0 21st Sep 2004 08:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:16 PM.