ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   rounding a formula's number (https://www.excelbanter.com/excel-worksheet-functions/16926-rounding-formulas-number.html)

[email protected]

rounding a formula's number
 
How, do I round a formula's number so it will act as a 2 digit number instead
of the 5 or 6 digit number...

i.e. =c6*d7 ; this would be 94.12345 but rounds to 94.13 (don't understand
why if the third digit is under 5 it rounds up, but it does...) BUT when this
number is mulitplied it is multiplied as the 94.12345 which ends up dropping
cents. How do I get it to multiply 94.13?

Hope that's clear... Bob

Don Guillett

Have a look in HELP index for ROUNDUP

--
Don Guillett
SalesAid Software

"
wrote in message
...
How, do I round a formula's number so it will act as a 2 digit number

instead
of the 5 or 6 digit number...

i.e. =c6*d7 ; this would be 94.12345 but rounds to 94.13 (don't understand
why if the third digit is under 5 it rounds up, but it does...) BUT when

this
number is mulitplied it is multiplied as the 94.12345 which ends up

dropping
cents. How do I get it to multiply 94.13?

Hope that's clear... Bob




CLR

Assuming the 94.12345 is in A1, and 2 is in B1,

=ROUNDUP(A1,2)*B1 will display 188.26
=A1*B1 will display 188.2469

Vaya con Dios,
Chuck, CABGx3



"
wrote in message
...
How, do I round a formula's number so it will act as a 2 digit number

instead
of the 5 or 6 digit number...

i.e. =c6*d7 ; this would be 94.12345 but rounds to 94.13 (don't understand
why if the third digit is under 5 it rounds up, but it does...) BUT when

this
number is mulitplied it is multiplied as the 94.12345 which ends up

dropping
cents. How do I get it to multiply 94.13?

Hope that's clear... Bob





All times are GMT +1. The time now is 10:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com