Previous in Forum: Unblocking Excel   Next in Forum: Excel Formula
Close
Close
Close
Rate Comments: Nested
Anonymous Poster

Barcode vs Excel

12/02/2008 8:51 AM

I am looking for to create an Excel spreadsheet to do these tasks. Can someone help?

1- The operator scan the barcode that was on the work order and scan his personnel barcode to start the job or lock-on.

2- At the end of his ship or the job he scan the barcode that was on the work order and scan his personnel barcode again and enter the total quantity of product done to lock-off.

3- The data will be tranferred to the database (Excel) that will automatically calculate the total time used to produce this job or to produce the quantity done.

4- The result from this calculation will then be compared with time estimated in the quotation and give out a different between the two in dollars.

Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Commentator

Join Date: Oct 2006
Location: East Coast, US
Posts: 94
Good Answers: 3
#1

Re: Barcode vs Excel

12/04/2008 9:57 AM

It's possible, but that could take a lot of time to produce. Additional information would also be needed - Such as the "calculation" for finding out what the job cost.

Cost for the labor - how much does he/she make/hr?

Are you calculating parts in this equation?

How would you specify the estimated time to complete the work?

Also, to make this database fool-proof, you would need to lock the excel sheet from editing, create a userform where the data entry & barcode scanning will take place, write additional code to perform the many tasks you desire.

Now, you could put a formula in a cell to check when someone scanned a barcode. Make the formula timestamp when it was scanned, then have another cell do the same for the end of the process.

The only problem with that is USER-ERROR and/or SABOTAGE.

  1. Scanning the barcode twice as different jobs
  2. Scanning into the wrong cell on the sheet
  3. "Accidentally" overwriting the formula
  4. "Intentionally" editing the timestamp to make themselves look better

Setting up just cells on a sheet leaves the database vulnerable.

Provide more information, and maybe I could write a small program, like a macro, to do this.

Reply
Reply to Forum Thread

Previous in Forum: Unblocking Excel   Next in Forum: Excel Formula

Advertisement