excel - Build barcode list using values from different cells -


i trying find best way create barcode on 5,000 unique items. guide line barcode built following: first 4 numbers- product range (9000 in sample case) next 2 digits, product diameter (65) next 3 digits sph number , 3 more cyl (cylinder number)
enter image description here

best option efficiently.

thank you.

you can try 1 in cell b1 , copy , fill down column:

enter image description here



supposing product range resides in d1 , diameter value in d2, , sphere/cyl values in column a , first value in a1, can put formula in b1 , copy , fill down column:

=concatenate($d$1,$d$2,mid(a1,3,3),right(a1,3)) 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -