Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default Formula problem with decimal

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Formula problem with decimal

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formula problem with decimal

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with converting decimal time to hours and minutes RobertSE6 Excel Discussion (Misc queries) 6 October 22nd 07 01:00 PM
Problem with decimal format Richard RE Excel Worksheet Functions 2 June 22nd 06 05:49 PM
Converting 2-place decimal value to floating point decimal number with leading zero Kermit Piper Excel Discussion (Misc queries) 3 March 18th 06 06:20 PM
problem with decimal in calculation Amanda Excel Discussion (Misc queries) 5 January 12th 06 05:25 PM
Decimal translation problem Francis Hayes (The Excel Addict) Excel Discussion (Misc queries) 1 January 21st 05 02:15 PM


All times are GMT +1. The time now is 02:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"