ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Calculation Formula (https://www.excelbanter.com/excel-worksheet-functions/211742-calculation-formula.html)

Judy@GMB

Calculation Formula
 
Whats the formula for multiplying a dollar amount by a % to get a whole,
rounded $ amount? My result is sometimes off by $.01.
--
JLS

Michael

Calculation Formula
 
=round((A1*B1),0)
Assuming you have the variables in a1 and b1
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Judy@GMB" wrote:

Whats the formula for multiplying a dollar amount by a % to get a whole,
rounded $ amount? My result is sometimes off by $.01.
--
JLS


Shane Devenshire[_2_]

Calculation Formula
 
Hi,

=ROUND(A1*B1,0)

where A1 is the dollar amount and B1 is the percent. You did say whole $
amount, no pennies?

=ROUND(A1*B1,2)

would round to the nearest penny.

If this helps, please click the Yes button,

Cheers,
Shane Devenshire

"Judy@GMB" wrote:

Whats the formula for multiplying a dollar amount by a % to get a whole,
rounded $ amount? My result is sometimes off by $.01.
--
JLS


T. Valko

Calculation Formula
 
Maybe this:

A1 = some dollar amount
B1 = some percentage (like 5%)

=ROUND(A1*B1,2)


--
Biff
Microsoft Excel MVP


"Judy@GMB" wrote in message
...
What's the formula for multiplying a dollar amount by a % to get a whole,
rounded $ amount? My result is sometimes off by $.01.
--
JLS





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

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