• Keep the starting 0’s

    Author
    Topic
    #478062

    Hi I have a database A1=00 A2=66 A3=08– what I need it to look like is 00-66-08 or 006608 with the 0 before the 0 in A1 and the 0 before the 8 in A3. How, How, How can this be done????

    Viewing 1 reply thread
    Author
    Replies
    • #1290307

      Buckshot,

      You need to create a custom format using the number of leading zeros you want. see attached graphic. :cheers:

      May the Forces of good computing be with you!

      RG

      PowerShell & VBA Rule!
      Computer Specs

    • #1290330

      If you want to join them in another cell:
      =text(A1,”00″)&TEXT(A2,”00″)&TEXT(A3,”00″)
      for example.

    Viewing 1 reply thread
    Reply To: Keep the starting 0’s

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: