The CURRENTPERIODSTART function returns the start date from a model's current period.

For example, you can use this function to ensure that a formula only applies to the current period in a financial year.

CURRENTPERIODSTART()

  • CURRENTPERIODSTART doesn't take any arguments.
  • This function returns a date result.

CURRENTPERIODSTART()

In this example, the formula returns the start date from the current period.

  • The function returns a blank value if no Current Period is specified in the Model Calendar.
  • When the Current Period is changed, any cells with the CURRENTPERIODSTART() formula will also be updated to reflect the new value.