I am trying to round numbers up and down automatically. But I need them to round to the nearest .5. I used MRound, but the problem is in MRound .5, 74.55 rounds down to 74.5, etc. If I change it and do I round first, etc, then the others numbers are off. I just want if #.5 > Round Down, if # < .5 Then round up.
I may just have answered my own question using IF statements, but if anyone has any suggestions, please let me know.
102.90 Needs to become 103
74.55 Needs to become 75
141.75 Needs to become 142
56.39 Needs to become 56.5
But the problem I am having is how can it determine that the decimals is .5 or not. Still not getting it to work, but fairly close.
I may just have answered my own question using IF statements, but if anyone has any suggestions, please let me know.
102.90 Needs to become 103
74.55 Needs to become 75
141.75 Needs to become 142
56.39 Needs to become 56.5
But the problem I am having is how can it determine that the decimals is .5 or not. Still not getting it to work, but fairly close.
Last edited: