FLOOR (PQL - xl)

This function rounds a number down to the nearest multiple of a specified value

Syntax

FLOOR(number, significance)

Function Arguments

Name

Description

Type

Optional

number

Number to round

Number

significance

Number representing the rounding factor

Number

Comments

This function is the same as the Microsoft Excel 'FLOOR' function - using the same inputs, logic and outputs.