Skip to main content
FLO.W 思流Notion Formulas
Back to function index

multiply

A quick reference for the Notion multiply function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionmultiply()
CategoryNumber and math
Syntaxmultiply(a, b, ...)
PurposeMultiply
Return valueNumber

Official example of the multiply function in the Notion formula editor

Examples and notes

multiply() performs multiplication. In most cases, you can use the * operator instead.

multiply(3, 4)
3 * 4

Calculate a tax-included amount:

multiply(prop("Amount"), 1.13)

For simple multiplication, use *. Use multiply() when you want to keep a function-style formula.

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on