numbers to currency without rounding

u15986

New Member
Joined
May 1, 2013
Messages
4
So cell B-2 is an amount in currency. Cell B-3 is 3% of that amount. When that calculation is completed, the result may be carried three or four decimal places. When the result of that calculation shows up in B-3, it rounds up to the nearest penny. How do I stop that from occurring ?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Try this formula in cell B3 : =TRUNC(B2*0.03,2)
 
Upvote 0
Cell B3 displays only 2 decimals because Excel is formatting the result as currency. When the underlying number is greater than or = to 5 at the 3rd decimal, it rounds up the displayed number. If you wish never to round up, u15986 has provided a solution. If instead you wish to see past the 2nd decimal you need to format the cell to show more decimals.
 
Upvote 0

Forum statistics

Threads
1,215,083
Messages
6,123,020
Members
449,092
Latest member
ikke

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