Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to display less decimal places without the figure being rounded,
eg 29.37500 to display only 29.37. Can anyone help me with this please? -- Tricia |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=TRUNC(A1,2)
"Tricia" wrote: I am trying to display less decimal places without the figure being rounded, eg 29.37500 to display only 29.37. Can anyone help me with this please? -- Tricia |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
you can also try this ROUNDDOWN(A1,2) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Teethless mama" wrote in message ... =TRUNC(A1,2) "Tricia" wrote: I am trying to display less decimal places without the figure being rounded, eg 29.37500 to display only 29.37. Can anyone help me with this please? -- Tricia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
decimal places | Excel Discussion (Misc queries) | |||
Subtracting two 2-decimal place numbers gives result 13-decimal places? | Excel Worksheet Functions | |||
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. | Excel Discussion (Misc queries) | |||
decimal places | Excel Discussion (Misc queries) | |||
add 2 decimal places | Excel Discussion (Misc queries) |