ROUND Values (a serie)

gustaf111

Board Regular
Joined
Sep 6, 2011
Messages
120
Hello, it is possible if you have a series of values round them up/down so the values get a fixed number ? In the case below I have used the ROUND function but the sum became 201, I would like the sum to be 200!

Thanks Gustaf

17,64705882 +
61,76470588 +
67,64705882 +
52,94117647 +
= 200

Use ROUND
18
62
68
53
= 201
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Sorry that I explain so bad!!

17,64705882 +
61,76470588 +
67,64705882 +
52,94117647 +
= 200

Use ROUND
18
62
68
53
= 201

I would like to have function that take all the numbers and round them up/down so the sum will be 200.
 
Upvote 0
suppose your series to sum up begins from cell A1 then paste this formula

=MROUND(A1,0.5)

till the end of the series before the = where the numbers to be summed ends
 
Upvote 0
I have named the F5 cell to "start" and the B6 cell to "stop" and what to use the name instead on of F5 and B6.


MAX($F5;$B6);
 
Upvote 0

Forum statistics

Threads
1,224,537
Messages
6,179,405
Members
452,911
Latest member
a_barila

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