nsi423 wrote: » I'm not familiar with scanners like this, but Excel itself is quiet powerful and could be programmed to chop up the incoming text, especially if the scanner output is in a similar format each time. But that would mean writing macros (i.e. code), there isn't a 'setting' for that. Post or PM me with some examples of the text, I'll see if it's something an spoofer like me could do!
Johnboy1951 wrote: » Zbar is a simple software QR code reader and is cross platform. It does both bar codes and QR codes. It should run on the laptop with the aid of a cheap camera for input.http://zbar.sourceforge.net/ Other than that I could only refer to a bar code reader, connected by USB and hand heldHoneywell Adaptus 3800G which operated quite quickly. The one I used looked like thishttps://www.ebay.com/itm/Honeywell-3800G-Handheld-Barcode-Scanner-Reader-30206-000693E-with-USB-Cable-NEW/133317522906?hash=item1f0a57f5da:g:lHoAAOSwh-JeL0nfEDIT: I forgot to mention there is an addon for Firefox to read QR codes from a webcam input. That might suit?
Johnboy1951 wrote: » Another thought ...... I haven't used them but there are QR Code reader apps on mobile phones, would any of them provide the functions you require?
="N" & RIGHT(A1,LEN(A1) - SEARCH("N", A1))
28064212 wrote: » Assuming 01108845217385221118033121N18711294 gets scanned in to A1 and there will never be two 'N's in the input, just put this formula in B1: ="N" & RIGHT(A1,LEN(A1) - SEARCH("N", A1))