+ Reply to Thread
Results 1 to 4 of 4

adding zeros to a cell

Hybrid View

  1. #1
    DD
    Guest

    adding zeros to a cell

    If I put a dash and put zeros in after it, how can I make it stay in that
    format? Or even, how can I make a cell display multiple zeros instead of
    one? I have custom formatted a cell but it doesn't hold it's properties when
    it comes to combining cells. Thanks.

  2. #2
    Jason Morin
    Guest

    Re: adding zeros to a cell

    Precede your data with an apostrophe (').

    For example:

    '-000123

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >If I put a dash and put zeros in after it, how can I

    make it stay in that
    >format? Or even, how can I make a cell display multiple

    zeros instead of
    >one? I have custom formatted a cell but it doesn't hold

    it's properties when
    >it comes to combining cells. Thanks.
    >.
    >


  3. #3
    Dave Peterson
    Guest

    Re: adding zeros to a cell

    You can also format the cell as text and type in exactly what you want.

    But if you used real numbers and a custom number format, then you can use this
    kind of thing when you combine cells:

    =text(a1,"0000") & " some notes here" & text(b1,"00.00") & text(c1,"mm/dd/yyyy")



    DD wrote:
    >
    > If I put a dash and put zeros in after it, how can I make it stay in that
    > format? Or even, how can I make a cell display multiple zeros instead of
    > one? I have custom formatted a cell but it doesn't hold it's properties when
    > it comes to combining cells. Thanks.


    --

    Dave Peterson

  4. #4
    Jimv
    Guest

    Re: adding zeros to a cell

    Thank you DD for asking this question, and thank you DAve for the answer!

    JimV

    "Dave Peterson" wrote:

    > You can also format the cell as text and type in exactly what you want.
    >
    > But if you used real numbers and a custom number format, then you can use this
    > kind of thing when you combine cells:
    >
    > =text(a1,"0000") & " some notes here" & text(b1,"00.00") & text(c1,"mm/dd/yyyy")
    >
    >
    >
    > DD wrote:
    > >
    > > If I put a dash and put zeros in after it, how can I make it stay in that
    > > format? Or even, how can I make a cell display multiple zeros instead of
    > > one? I have custom formatted a cell but it doesn't hold it's properties when
    > > it comes to combining cells. Thanks.

    >
    > --
    >
    > Dave Peterson
    >


+ 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