Summing Currency

TOM M

New Member
Joined
Oct 19, 2009
Messages
28
Hello,

I have 10 cells formatted as currency displayed to 2 decimal places. These cells are a % of a separate total figure and the actual value is greater than 2 decimal places.

I want a sum of the displayed values, however when i autosum, excel sums the true values and displays that at 2 decimal places

Any help is appreciated

Thanks Tom
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Try

=SUM(ROUND(A1:A10,2))

confirmed with CTRL + Shift + Enter, not just Enter.
 
Upvote 0
Go to the format menu, then change currency to number and have it display as many digits afer the decimal as you need then format as currency again, it will display all digits that way
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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