I cant figure out how to write a formula that will round a group of numbers (original data) that equal a whole number (10 in this case), and have the rounded numbers still equal the original sum. You can see the the rounded data equals 9, when I would like it to equal 10. I've tried round up, down, etc, on larger sets of data, but it inevitably ends up being wrong. Any thoughts on how to fix this?
sample spreadsheet - Rounding Problem
sample spreadsheet - Rounding Problem
original data | rounded data | corrected rounded data |
1.454545455 | 1 | |
4.04784689 | 4 | |
3.330143541 | 3 | |
1.167464115 | 1 | |
10 | 9 | 10 |