CEILINGParameters value Number (required) - The value to round up to the nearest integer multiple of factor. factor Number (optional) [default = 1] - The number to whose multiples value will be rounded. Returns Number Examples JavaScriptCEILING(139.85, 0.1) // returns 139.9 JavaScriptCEILING(139.001) // returns 140Updated 6 months ago AVERAGECHARDid this page help you?YesNoCopy PageParametersReturnsExamples