Round/Force Formulas to Add up to Total

dnalsk

New Member
Joined
Jun 10, 2015
Messages
10
I have a total cost for a product/service and have been using formulas to allocate based on each companys usage as shown below. My problem is, when shown to 2 decimal places, the total for each company adds up to a 0.01 less than the total. Is there anyway to force these 3 amounts to add up to the total?

Company A Company B Company C Total
Cost 2710.14512 3159.74909 964.105780 6834

Thanks in advance
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hi,

May be this formula--

In Col-D2

=ROUND(SUM(A2:C2),0)

You can change 0 as per your requirement for numbers after decimal.

Thanks & Regards
PritishS
 
Upvote 0
Hi,

May be this formula--

In Col-D2

=ROUND(SUM(A2:C2),0)

You can change 0 as per your requirement for numbers after decimal.

Thanks & Regards
PritishS

That doesn't quite do what I want. I dont want the total to be rounded, i need the costs per company to actually add up to the total. I believe the decimal places cause the problem here.
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,873
Members
449,056
Latest member
ruhulaminappu

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