Rounding to the nearest quarter
simplest way is
=round(A1*4,0)/4
if you want, you can format it to always show 2 decimal places
"pdberger" wrote:
If I have the results of a calculation in cell A1, how do I round that to the
nearest quarter?
Thanks in advance.
|