+ Reply to Thread
Results 1 to 3 of 3

Code 3 of 9 bar codes and Excel

  1. #1
    Registered User
    Join Date
    06-13-2011
    Location
    Palestine, TX
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question Code 3 of 9 bar codes and Excel

    Hi y'all,
    I'm needing your help here. I'm trying to use Excel to make 3 of 9 bar codes. The thing about bar codes, or at least the 3 of 9 is that you have to have an * at the beginning and end of the letter/numbers that you want in the bar code. There you go, now you're a bar code expert too for Code 3 of 9!!!
    The issue that I'm having is that I have 11 digits setup for each bar code. I put the first number in cell A1 and the next sequential number in A2. I then highlighted A1 and A2 and used the fill (+) feature to create the next numbers in the sequence in column A. Now that I have all of the numbers that I need, How do I get a * at the beginning and end of my numbers in each cell by having all of the numbers highlighted? I don't care to add it to each one individually.
    I tried putting *51104000001* in cell A1 and *51104000002* in A2 and used the fill feature, but it didn't continue my number sequence, it only alternated each number listed as I kept moving down the cell.
    Your timely help with this issue would be greatly appreciated!! Take care and make it a fantastic day!

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Code 3 of 9 bar codes and Excel

    Hi ilgnite and welcome to the forum.
    Read the "Using More Than One Cell" part of
    http://www.excelfunctions.net/Excel-Autofill.html
    I think that is what you want. You need to select the two cells and then drag the bottom right corner of the selected cells down.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Code 3 of 9 bar codes and Excel

    Hello ilgnite,

    Try these,

    Enter your first no: in A1

    A2, use

    ="*"&TEXT(SUBSTITUTE(A1,"*",""),"0")&"*"

    A3, copy down.

    ="*"&TEXT(SUBSTITUTE(A2,"*","")+1,"0")&"*"
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1