How to round off number after multiplication??

MemphisBigDog

New Member
Joined
Mar 31, 2010
Messages
4
OK, this might be an easy question for someone other than myself. I am a beginning excel user who is having a difficult time getting my spreadsheet to do right.

I am multiplying a salary by a percentage. I have the destination column for the answer in accounting format so it will will only display 2 numbers to the right of the decimal point and put the dollar sign in etc.

However, when I go to sum all of the entries in the destination column, it gives be a figure but it is usually off by 1-2 cents.

I figure that it has something to do with a rounding issue.

Can anyone give me an example formula of how to multiply a column X a percentage & round off the resulting number to 2 digits to the right of the decimal point so when I go to add the column it gives me the correct number??

Thanks!!:eek:
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Well, the way you describe your problem seems a bit liek something ebsides rounding is the issue. maybe give us an example.

Normally, you would use the ROUND function and to go out to 2 decimals it would be something like:

=ROUND(D16*D17,2)

Its just that, the way you describe the issue, the Accounting format and rounding to 2 digits should give you the same answer. So I'm not sure what exactly is going on in this situation.
 
Upvote 0
Welcome to the board...

Use the ROUND function..

Try
=ROUND(A1*10%,2)

Hope that helps..
 
Upvote 0

Forum statistics

Threads
1,214,541
Messages
6,120,110
Members
448,945
Latest member
Vmanchoppy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top