Welcome to the Airtable community!
The MAX
and MIN
functions are a bit tricky to use when working with dates. They do not work well with lookup fields, and lookup fields also tend to be tricky to use in formulas.
Instead of using a new formula field based on the lookup field, try creating a new rollup field with the same linked field as the lookup field, and use the formula
MAX(values)
Welcome to the Airtable community!
The MAX
and MIN
functions are a bit tricky to use when working with dates. They do not work well with lookup fields, and lookup fields also tend to be tricky to use in formulas.
Instead of using a new formula field based on the lookup field, try creating a new rollup field with the same linked field as the lookup field, and use the formula
MAX(values)
Thank you Kuovonne, that was exactly my need!
Now I have to understand difference between Rollup and Lookup
Have a good day