MROUND (PQL - xl)

This function returns a number rounded to the desired multiple

  • Library: PQL \ Spreadsheet \ Math & Trig
  • Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
  • Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions

Syntax

MROUND(number, multiple)

Function Arguments

Name

Description

Type

Optional

number

Numeric value to round

Number

multiple

Numeric value representing the rounded result

Number

Comments

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