This method takes an integer and rounds it up to the nearest multiple provided, returning a rounded number.
Syntax:
=CEILING (number, significance)
Parameter list:
Here in the given example, as you can see:
=CEILING(F6) returns round up 124.5 as 125 and so on.
Ask Your Query