Skip to content

=NUM

The NUM function retrieves the numeric value from a text string by removing all non-numeric characters.

=NUM(Parameter)

Parameter – The text string, field token, or value containing numeric and non-numeric characters.

  • Evaluates the provided text or value.

  • Removes all non-numeric characters.

  • Returns only the numeric portion of the value.

  • Formula functions are case sensitive and must be written in ALL CAPS.

  • Useful for extracting numbers from addresses, IDs, invoice numbers, or mixed text fields.

  • Non-numeric characters such as letters, spaces, and symbols are ignored.

  • Can be combined with other text or math functions for further processing.

=NUM(123 Sample Street)

123

NUM, extract numbers, numeric value, remove text, string parsing, text to number, workflow formulas, formula function