View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default 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.