C
ChasW
I am not sure if there is a VBA function to simplify this.
What is a good way to correctly round up to the nearest whole number
after dividing?
for example 135 / 10 = 13.5
for this result, 14 is the desired value for a SELECT TOP
another example 133 / 10 = 13.3
for this result, 14 still is the desired value for the SELECT TOP
query.
Regards,
Charles
What is a good way to correctly round up to the nearest whole number
after dividing?
for example 135 / 10 = 13.5
for this result, 14 is the desired value for a SELECT TOP
another example 133 / 10 = 13.3
for this result, 14 still is the desired value for the SELECT TOP
query.
Regards,
Charles