+ Reply to Thread
Results 1 to 5 of 5

Adding Leading Zeros to Text

Hybrid View

  1. #1
    Dave O
    Guest

    Re: Adding Leading Zeros to Text

    This formula did it for me:
    =TEXT(VALUE(A1),"00.00")

    Working from the inside out, this formula converts your text to a value
    to standardize each entry so it does not have a leading zero. Then the
    formula converts it back to text in 00.00 format- this to accommodate
    the 2 decimal places required as in the 01.34 example.


  2. #2
    Jenn
    Guest

    Re: Adding Leading Zeros to Text

    Thanks! Both worked like a charm!

    "Dave O" wrote:

    > This formula did it for me:
    > =TEXT(VALUE(A1),"00.00")
    >
    > Working from the inside out, this formula converts your text to a value
    > to standardize each entry so it does not have a leading zero. Then the
    > formula converts it back to text in 00.00 format- this to accommodate
    > the 2 decimal places required as in the 01.34 example.
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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