How do i set up a data base in excel for code 128

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to set up a cosecutive number database for generating code 128 bar
codes. The numbers need to read 00 123456 000 next 00 123457 000 incrementing
by one each time. Is this possible?
 
With your first number - 00 123456 000 in A1, try the following in A2, and
copy down as far as required.
="00 "&MID(A1,4,6)+1& " 000"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top