Forum Discussion
alevandenes
Helper IV
5 years agoCreate table from existing data with earliest start date and latest end date
Hi, i would like to create a table from existing data with the SUMMARIZE function, using formulas like EARLIEST and LATEST. However, LATEST is not an option with SUMMARIZE. Any other suggestion? ...
- 5 years ago
alevandenes Use MIN and MAX?
Anonymous
5 years agoNot applicable
Hi alevandenes ,
As Greg said you could use MAX() and MIN() function to get the latest and earliest date.
Best Regards,
Jay