Adding values after they've been multiplied

Yusuf

Active Member
Joined
Jun 1, 2004
Messages
337
Hello all

I'm in a bit of a pickle and desperately need any help you can offer. My appologies if I'm confusing you with this.

After multiplying values with decimals and set the column to only show or round off to only 2 decimal places (pounds and pennies), I find that the SUM or total of the values are adding the hidden decimals as well.
The total isn't the same as when I added the figures with a calculator because I leave out the extra decimals.

Is there a way of only adding the values I see in front of me and totally disregarding or removing them from the list completely.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi,

Use the ROUND function in your calculations.

So if you had =SUM(A1:A100)*2 Change it to =ROUND(SUM(A1:A100)*2,2)

the ,2 at the end of the function specifies the number of decimal places to round to.

HTH

Tamer
 
Upvote 0
You'd be better off if you give an example what you're after. It's hard to determine whether you want to round at the multiplication stage or at the sum stage.
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,753
Members
449,094
Latest member
dsharae57

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