ROUNDDOWNRounds a number down to a desired number of decimal places. Parameters value Number (required) - The value to round down. places Number (required) - The number of places to which to round down. Returns Number Examples JavaScriptROUNDDOWN(156.826, 2) // returns 156.82 JavaScriptROUNDDOWN(156.826, 0) // returns 156Updated 6 months ago ROUNDROUNDUPDid this page help you?YesNoCopy PageParametersReturnsExamples