+ Reply to Thread
Results 1 to 6 of 6

Format problem ( SUM & "text")

  1. #1
    Ed
    Guest

    Format problem ( SUM & "text")

    Hello, I have a cell in which I have as a formula

    =SUM(A1:A10)&" ft2"

    and I have a similar formula in other cells, some have as a result 2 decimal
    places, others have 5 others 6 and so on, and I can't find a way to make them
    all have 2, any ideas?

    ,thanks

  2. #2
    Guest

    Re: Format problem ( SUM & "text")

    Hi
    Try this:
    =TEXT(SUM(A1:A10),"0.00")&" ft2"

    Andy.

    "Ed" <Ed@discussions.microsoft.com> wrote in message
    news:3E69BF50-DFC2-401D-8BD4-6781BFBC4D31@microsoft.com...
    > Hello, I have a cell in which I have as a formula
    >
    > =SUM(A1:A10)&" ft2"
    >
    > and I have a similar formula in other cells, some have as a result 2
    > decimal
    > places, others have 5 others 6 and so on, and I can't find a way to make
    > them
    > all have 2, any ideas?
    >
    > ,thanks




  3. #3
    David Biddulph
    Guest

    Re: Format problem ( SUM & "text")

    "Ed" <Ed@discussions.microsoft.com> wrote in message
    news:3E69BF50-DFC2-401D-8BD4-6781BFBC4D31@microsoft.com...
    > Hello, I have a cell in which I have as a formula
    >
    > =SUM(A1:A10)&" ft2"
    >
    > and I have a similar formula in other cells, some have as a result 2
    > decimal
    > places, others have 5 others 6 and so on, and I can't find a way to make
    > them
    > all have 2, any ideas?


    If you want the SUM to have 2 decimal places, try
    =TEXT(SUM(A1:A10),"0.00")&" ft2"
    --
    David Biddulph



  4. #4
    Ardus Petus
    Guest

    Re: Format problem ( SUM & "text")

    =TEXT(SUM(A1:A10,"# ##0,00"" ft2""")

    HTH
    --
    AP


    "Ed" <Ed@discussions.microsoft.com> a écrit dans le message de news:
    3E69BF50-DFC2-401D-8BD4-6781BFBC4D31@microsoft.com...
    > Hello, I have a cell in which I have as a formula
    >
    > =SUM(A1:A10)&" ft2"
    >
    > and I have a similar formula in other cells, some have as a result 2
    > decimal
    > places, others have 5 others 6 and so on, and I can't find a way to make
    > them
    > all have 2, any ideas?
    >
    > ,thanks




  5. #5
    Bob Phillips
    Guest

    Re: Format problem ( SUM & "text")

    =TEXT(SUM(A1:A10),"#,##0.00 ft2")


    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "David Biddulph" <david@biddulph.org.uk> wrote in message
    news:x7qdnWwh_4o2BBTZRVny3w@bt.com...
    > "Ed" <Ed@discussions.microsoft.com> wrote in message
    > news:3E69BF50-DFC2-401D-8BD4-6781BFBC4D31@microsoft.com...
    > > Hello, I have a cell in which I have as a formula
    > >
    > > =SUM(A1:A10)&" ft2"
    > >
    > > and I have a similar formula in other cells, some have as a result 2
    > > decimal
    > > places, others have 5 others 6 and so on, and I can't find a way to make
    > > them
    > > all have 2, any ideas?

    >
    > If you want the SUM to have 2 decimal places, try
    > =TEXT(SUM(A1:A10),"0.00")&" ft2"
    > --
    > David Biddulph
    >
    >




  6. #6
    Ed
    Guest

    Re: Format problem ( SUM & "text")

    Thanks! this is exactly what I meant...

+ 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