Hope the question makes sense, I want to round up numbers to the highest integer.
So for example:
2.4 = 3;
345.3 = 346;
10.8 = 11;
Thanks in advance!
Hope the question makes sense, I want to round up numbers to the highest integer.
So for example:
2.4 = 3;
345.3 = 346;
10.8 = 11;
Thanks in advance!