ValQ - Plan
FormulaProductChangelogStart Trial
  • Introduction to ValQ
    • Get ValQ
    • The ValQ Workflow
  • Model
    • Get Data
    • Create Model
      • Dynamic Model
      • Custom Model
      • Import a Model
    • Model Editor
      • Node Operations
      • Editor Features
    • Node Settings
    • Templates
      • Apply Template
      • Manage Template Nodes
      • Import Template
      • Export Template
    • Formula Functions
      • Logical Functions
        • IF
        • SWITCH
        • AND
        • OR
        • NOT
        • XOR
        • IFNAN
      • Math Functions
        • SUM
        • SUBTRACT
        • PRODUCT
        • DIVISION
        • AVERAGE
        • AVERAGEEXZERO
        • AVERAGEEXNEG
        • AVERAGEEXZERONEG
        • COUNT
        • ABS
        • MIN
        • MAX
        • POWER
        • SQRT
        • EXP
        • LOG
        • ROUND
        • FLOOR
        • CEILING
      • Finance Functions
        • IRR
        • NPV
        • PMT
        • IPMT
        • FV
        • PV
        • CUMIPMT
        • CUMPRINC
        • RATE
      • Range Functions
        • RANGE
        • LastNPeriods
        • Get
        • ForEach
        • findByTitle
        • GETCURRENTRANGE
        • GETROWVALUE
        • THIS_SOURCE_KEY
        • PERIOD_LOOKUP
        • PRIOR_SERIES_PERIOD_LOOKUP
      • Static Identifiers
        • THIS/ME
        • CURRENT_SERIES*
        • CURRENT_SERIES_ID*
        • CURRENT_PERIOD_INDEX
        • CURRENT_NODE_VALUES
        • DS.SERIES
      • Node Properties
        • Node Properties Explanation
    • Global Settings
  • Plan
    • Create New Plan
    • Time Series Forecasting
    • Allocation Features
      • Goal Seek
      • Distribute
      • Copy to Periods
    • Driver Based Planning
      • Enabling Driver Based Plan
      • Configuring Driver Inputs
      • Bulk Configuration of Drivers
    • Plan Interface
  • Simulate
    • Create a Scenario
    • Perform Simulations
    • Manage Scenarios
    • Simulation Interface
    • Add Notes
    • Compare Scenarios
    • Scenario Analysis by Node
    • Create Initiatives in a Scenario
      • Steps to create initiatives
    • Create your Presentation
    • Understanding the Node Components
  • Report
    • Variance Analysis Report
  • ValQ Premium FAQs
  • Glossary
  • Resources
  • Release Notes
Powered by GitBook
On this page
  1. Model
  2. Formula Functions

Math Functions

PreviousIFNANNextSUM

Last updated 1 year ago

NAME
SYNTAX
DESCRIPTION

SUM(value1,… valueN?) - > number

Adds all the numbers in the arguments, which can be numbers or node references

SUBTRACT(value1,… valueN?) - > number

Subtracts all the values in the arguments, which can be numbers or node references

PRODUCT(value1,… valueN?) - > number

Multiplies all the values in the arguments

DIVISION(value1,… valueN?) - > number

Divides all the values in the arguments

AVERAGE(value1,...valueN?) - > number

Returns the average (arithmetic mean) of its arguments, which can be numbers or node references

AVERAGEEXZERO(value1,...valueN?) - > number

Returns the average (arithmetic mean) of its arguments excluding zeros, which can be numbers or node references

AVERAGEEXNEG(value1,...valueN?) - > number

Returns the average (arithmetic mean) of its arguments excluding negatives, which can be numbers or node references

AVERAGEEXZERONEG (value1,...valueN?) - > number

Returns the average (arithmetic mean) of its arguments excluding zeros and negatives, which can be numbers or node references

COUNT(value1,...valueN?) - > number

Counts the number of items in a range

ABS(value) - > number

Returns the absolute value of a number, a number without its sign

MIN(value1,...valueN?) - > number

Returns the smallest number in a set of values. Node references are also accepted as arguments

MAX(value1,...valueN?) - > number

Returns the largest number in a set of values. Node references are also accepted as arguments

POW(value,power) - > number

Returns the result of a number raised to a power

SQRT(value) - > number

Returns the square root of a number

EXP(value) - > number

Returns e raised to the power of a given number

LOG(value,base) - > number

Returns the logarithm of a number to the base you specify

ROUND(value) - > number

Returns the rounded value of the specified node, number

FLOOR(value) - > number

Returns the rounded down value of the specified node, number

CEIL(value) - > number

Returns the rounded up value of the specified node, number

SUM
SUBTRACT
PRODUCT
DIVISION
AVERAGE
AVERAGEEXZERO
AVERAGEEXNEG
AVERAGEEXZERONEG
COUNT
ABS
MIN
MAX
POWER
SQRT
EXP
LOG
ROUND
FLOOR
CEILING