Formula problem with decimal

G

Gator

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
 
S

Sandy Mann

Round the Multiplication like:

=ROUND(Cell1*Cell2,2)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 
T

T. Valko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Petty Cash book 1
SUMPRODUCT or COUNTIF FOR TEXT VERIFIED LIST 1
Improduct function 5
Decimal Formual 3
FORMULA THAT LIMITS WHAT IT CALCULATES VS WHATS ACTUAL 10
formula for decimal point 4
date function 10
VLOOKUP 2

Top