+ Reply to Thread
Results 1 to 2 of 2

Formatting to make 2 digit number show up at 3 digit number.

  1. #1
    Forum Contributor
    Join Date
    10-18-2010
    Location
    Walla Walla, Washington
    MS-Off Ver
    Excel 2007
    Posts
    124

    Formatting to make 2 digit number show up at 3 digit number.

    I want to see up a list of job numbers to read 001 all the way 999 as opposed to 1 -999. Does anyone have an idea they would like to share. This seems so simple I feel like I cant see the forest through the trees!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Formatting to make 2 digit number show up at 3 digit number.

    You could apply a custom format to those cells of "000" to make all numbers be displayed with leading zeros (the underlying number is still the same).

    If you really want the value 001 to be in the first cell, then you could use this formula in a helper column:

    =TEXT(A1,"000")

    and copy down. Fix the values, then delete the original column.

    Hope this helps.

    Pete

+ 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