Skip to content

=MONTH

The =MONTH() function allows you to extract the numerical value of the month when given a date.

=MONTH(DateValue)
  • DateValue – The date or date field token from which to extract the month.
  • Evaluates the provided date value.

  • Extracts the month portion of the date.

  • Returns a number from 1 to 12, where:

    • 1 = January

    • 12 = December

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

  • The date value must be in a valid date format recognized by the system.

  • Field tokens containing dates can be used instead of hard-coded dates.

  • Useful for reporting, filtering, or creating conditional logic based on the month.

  • Often combined with other date functions (like YEAR or MONTHDAY) for advanced date handling. (Example below)

  • Be sure to close the parenthesis and click Save to apply the function.

=MONTH(03/15/2024)
  • Returns 3

EXAMPLE with the use of YEAR and MONTHDAY functions:

Using the formulas on specific fields allows you to extract each numerical value of month, day, and year from a date field.


MONTH, extract month, date function, numeric month, date parsing, workflow formulas, formula function