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