G Guest Aug 30, 2007 #1 If I have the results of a calculation in cell A1, how do I round that to the nearest quarter? Thanks in advance.
If I have the results of a calculation in cell A1, how do I round that to the nearest quarter? Thanks in advance.
G Guest Aug 30, 2007 #2 simplest way is =round(A1*4,0)/4 if you want, you can format it to always show 2 decimal places