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

formatNumber

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

Quick reference

ItemDetails
FunctionformatNumber()
CategoryLatest references
SyntaxformatNumber(number, format?, precision?)
PurposeFormat a number as text
Recommended alternativeManually combine format(round(...))

Official example of the formatNumber function in the Notion formula editor

Examples and notes

formatNumber(1234567)
formatNumber(prop("Amount"), "cny", 2)

Note: The return value is text. Do not use the formatted result in addition, subtraction, multiplication, or division.

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