CEILING.PRECISE Function
If the number is already an exact multiple, no rounding occurs and the original number is returned. With no other input, CEILING.PRECISE will roundnumberup to the next integer. Thesignificanceargument is the multiple to whichnumbershould be rounded. The default value ofsignificanceis 1. Examples By default, CEILING.PRECISE rounds up to the next integer, with asignificanceof 1. If you need control over rounding of negative values up or down, see theCEILING.MATH function. MROUND will round a number up or down, depending on the nearest multiple....