Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am multiplying two cells to get a result in a third cell. the result comes
out to be 18.525. I format the decimal to show only two numbers, like 18.53 but when I multiply this number to another number it is multiplying like 18.525. How can I make it multiply like 18.53? thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Round the Multiplication like:
=ROUND(Cell1*Cell2,2) -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "Gator" wrote in message ... I am multiplying two cells to get a result in a third cell. the result comes out to be 18.525. I format the decimal to show only two numbers, like 18.53 but when I multiply this number to another number it is multiplying like 18.525. How can I make it multiply like 18.53? thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Do the rounding within the formula not by formatting the number of decimal
places. A1 = 10.183 B1 = 5.572 A1*B1 = 56.73968 =ROUND(A1*B1,2) =56.74 -- Biff Microsoft Excel MVP "Gator" wrote in message ... I am multiplying two cells to get a result in a third cell. the result comes out to be 18.525. I format the decimal to show only two numbers, like 18.53 but when I multiply this number to another number it is multiplying like 18.525. How can I make it multiply like 18.53? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with converting decimal time to hours and minutes | Excel Discussion (Misc queries) | |||
Problem with decimal format | Excel Worksheet Functions | |||
Converting 2-place decimal value to floating point decimal number with leading zero | Excel Discussion (Misc queries) | |||
problem with decimal in calculation | Excel Discussion (Misc queries) | |||
Decimal translation problem | Excel Discussion (Misc queries) |