Rounding up numbers

ryanLJ

New Member
Joined
Jun 27, 2011
Messages
2
Hello Everyone. This is my first thread. Here is my problem:

I have a list of data, showing as currency, that is found by multiplying two numbers together. Even though the currency shows as two decimal points, the "actual", excel number has many more decimals points that it refers to.

And the problem is that when I add this list of numbers together I get a total that is derived from adding the "hidden" decimal points that are beyond the 2 decimal points you see in "Currency" setting.

This is problematic for me. I need the list of data to actually add up to the amount that it shows with two decimal points.

How can I do this?

Thanks,
Ryan
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hello Ryan, welcome to MrExcel

You can use round function, e.g. if you are multiplying the value in A1 with the value in B1 try this to round to 2 decimal places

=ROUND(A1*B1,2)
 
Upvote 0

Forum statistics

Threads
1,224,532
Messages
6,179,388
Members
452,908
Latest member
MTDelphis

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