In a formula column, the MAX_DATE_ELEMENTS() function returns the most recent date across several date columns, including columns holding several dates such as Column from a linked table fields. The result is a date.
Syntax
MAX_DATE_ELEMENTS(column1, column2, column3)
Parameters
Examples
Find the most recent date across three columns
The column returns the most recent date among the linked dates.
MAX_DATE_ELEMENTS($Dates1, $Dates2, $Dates3)
The MAX_DATE_ELEMENTS formula was applied to the three Date columns to get the most recent date among the three.
Your formula returns 0 or stays empty
Go further
MIN_DATE_ELEMENTS
The opposite operation: get the earliest date from the same set.
Or continue with
Formula glossary
All available operators and functions, sorted by category.