+ Reply to Thread
Results 1 to 4 of 4

specify number format

  1. #1
    -D-
    Guest

    specify number format

    I have a column that requires 5 numbers:

    I want to prefix with zeros any number that doesn't meet the required 5
    digits.


    Is there a way to format the column with this structure and in the future if
    the file is modifed that it will automatically adjust the column, so that if
    someone types in:

    123 that the result would be 00123
    or
    1234 then the result would be 01234

    How can I accomplish this?

    Thank you.



  2. #2
    dodong
    Guest

    Re: specify number format


    -D- wrote:
    > I have a column that requires 5 numbers:
    >
    > I want to prefix with zeros any number that doesn't meet the required 5
    > digits.
    >
    >
    > Is there a way to format the column with this structure and in the future if
    > the file is modifed that it will automatically adjust the column, so that if
    > someone types in:
    >
    > 123 that the result would be 00123
    > or
    > 1234 then the result would be 01234
    >
    > How can I accomplish this?
    >
    > Thank you.



  3. #3
    Dave Peterson
    Guest

    Re: specify number format

    Select that column
    Format|cells|Number tab|Custom category
    type in: 00000
    in the "Type:" box

    -D- wrote:
    >
    > I have a column that requires 5 numbers:
    >
    > I want to prefix with zeros any number that doesn't meet the required 5
    > digits.
    >
    > Is there a way to format the column with this structure and in the future if
    > the file is modifed that it will automatically adjust the column, so that if
    > someone types in:
    >
    > 123 that the result would be 00123
    > or
    > 1234 then the result would be 01234
    >
    > How can I accomplish this?
    >
    > Thank you.


    --

    Dave Peterson

  4. #4
    dodong
    Guest

    Re: specify number format

    Under format menu go to custom then under Type put 00000 then ok

    this will give you what you want.

    Regards,
    Dodong


+ 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