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)
best option efficiently.
thank you.
you can try 1 in cell b1 , copy , fill down column:
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
Post a Comment