G
Guest
I am trying to round a list of numbers to the nearest quarter of a percent.
e.g. 0.0419 to 4.25%
0.0158 to 1.50%
0.0639 to 6.50%
0.0885 to 8.75%
Is there a simple function to do this or will I have to do countless nested
if statements.
e.g. 0.0419 to 4.25%
0.0158 to 1.50%
0.0639 to 6.50%
0.0885 to 8.75%
Is there a simple function to do this or will I have to do countless nested
if statements.