jshea23Copper ContributorFeb 29, 2020Round Down to the nearest 5 So my problem is 11600/3 = 3867, but I need it to round down to the nearest 5. How can I set my formula to do this??
SergeiBaklanDiamond ContributorMar 03, 2020jshea23 Just in case, to cover negative numbers =MROUND(A1,SIGN(A1)*5) or =ROUND(A1/5,0)*5