Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try this: =TEXT(SUM(A1:A10),"0.00")&" ft2" Andy. "Ed" wrote in message ... 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TEXT(SUM(A1:A10,"# ##0,00"" ft2""")
HTH -- AP "Ed" a écrit dans le message de news: ... 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Ed" wrote in message
... 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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TEXT(SUM(A1:A10),"#,##0.00 ft2")
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "David Biddulph" wrote in message ... "Ed" wrote in message ... 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks! this is exactly what I meant...
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem displaying recordsets in Excel Format | Excel Discussion (Misc queries) | |||
Format cell problem | Excel Discussion (Misc queries) | |||
Date conditioning format problem | Excel Discussion (Misc queries) | |||
date format problem | Excel Discussion (Misc queries) | |||
Problem with txt format | Excel Discussion (Misc queries) |