Round into a Total Number

Johanna1789

New Member
Joined
Aug 31, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have these figures below, that I need to round up to the next or last $50 dollars. The problem is I need the total of all the ROUNDED figures to equal $100,000. Any help is appreciated.

$10,204​
$5,102​
$4,082​
$1,020​
$12,755​
$2,041​
$9,694​
$9,184​
$3,571​
Total = $100,000​
 

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,)
Welcome to the Board!

That is going to be very difficult, as when you have more than two values that you are rounding, you might not get the results you want,

For example, let's say that we have the following three values adding up to 1,000:
233
333
434


If you round each one to the nearest 50, you get:
250
350
450

which adds up to 1,050.

That is just the nature of the beast when rounding multiple numbers, but then wanting the sum to add up to a particular number. It could be more (like in this case, or it could be less).

What I have seen done sometimes is people will round every number, except for the last one.
And then with the last one, they will simply take the sum of all the other rounded numbers, and subtract from the desired result.
So in our example, you would end up with:
250
350
400

since the last number would be:
1,000 - (250 + 350) = 400
 
Upvote 0
Solution

Forum statistics

Threads
1,215,343
Messages
6,124,400
Members
449,156
Latest member
LSchleppi

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