+ Reply to Thread
Results 1 to 5 of 5

Format numbers / Concatenate

  1. #1
    dbizek
    Guest

    Format numbers / Concatenate

    How can I get cell A1 to show trailing zeros?

    I've entered =CONCATENATE(A1," inches")

    When A1 equals 1.50 or .060 it displays 1.5 inches or .06 inches

    I need those missing zeros!
    THANKS

  2. #2
    Barb R.
    Guest

    RE: Format numbers / Concatenate

    How about

    =CONCATENATE(TEXT(A1,"0.000")," inches")

    or

    =TEXT(A1,"0.000") & " inches"

    "dbizek" wrote:

    > How can I get cell A1 to show trailing zeros?
    >
    > I've entered =CONCATENATE(A1," inches")
    >
    > When A1 equals 1.50 or .060 it displays 1.5 inches or .06 inches
    >
    > I need those missing zeros!
    > THANKS


  3. #3
    Barb R.
    Guest

    RE: Format numbers / Concatenate

    Alternatively, you can format cell A1 as CUSTOM

    Type -> 0.000 "inches"

    "Barb R." wrote:

    > How about
    >
    > =CONCATENATE(TEXT(A1,"0.000")," inches")
    >
    > or
    >
    > =TEXT(A1,"0.000") & " inches"
    >
    > "dbizek" wrote:
    >
    > > How can I get cell A1 to show trailing zeros?
    > >
    > > I've entered =CONCATENATE(A1," inches")
    > >
    > > When A1 equals 1.50 or .060 it displays 1.5 inches or .06 inches
    > >
    > > I need those missing zeros!
    > > THANKS


  4. #4
    dbizek
    Guest

    RE: Format numbers / Concatenate

    That works, thanks! How about this? Is there a way to contol the number of
    decimal places in that string? IE if its 1.500 i'd like to show 1.50 but if
    it's .060 i'd like to show .060 any ideas?

    "Barb R." wrote:

    > How about
    >
    > =CONCATENATE(TEXT(A1,"0.000")," inches")
    >
    > or
    >
    > =TEXT(A1,"0.000") & " inches"
    >
    > "dbizek" wrote:
    >
    > > How can I get cell A1 to show trailing zeros?
    > >
    > > I've entered =CONCATENATE(A1," inches")
    > >
    > > When A1 equals 1.50 or .060 it displays 1.5 inches or .06 inches
    > >
    > > I need those missing zeros!
    > > THANKS


  5. #5
    Ron Rosenfeld
    Guest

    Re: Format numbers / Concatenate

    On Thu, 23 Jun 2005 09:56:04 -0700, dbizek <[email protected]>
    wrote:

    >That works, thanks! How about this? Is there a way to contol the number of
    >decimal places in that string? IE if its 1.500 i'd like to show 1.50 but if
    >it's .060 i'd like to show .060 any ideas?
    >
    >"Barb R." wrote:


    Yes there is, but you will first have to state the rules by which you want to
    determine the number of decimal places in the result.


    --ron

+ 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