I'm just wondering how I can round off decimals to the nearest whole number. So the problem is that I'm using Round(Total / i, 0) code, but when the value is something like .5 decimals, it doesn't round off.
Example: The value is 92.5, but the result only shows 92, not 93.