Search code examples
excelexcel-formularounding

Excel - can the round criteria be modified?


In the school i work they have its "own qualification round criteria", if decimal is < .7 round down, otherwise round up. Example: a 89.6 will be rounded to 89; and 91.7 to 92 (why? we'll never know). Excel has the rounding rule of >=.5 round up. Is there some function that allow to modify that criteria?


Solution

  • If your numbers are in the A column then you can use the formula =ROUND(A1-0.2,0) and copy down:- enter image description here