To find the latest data of a field for standard and custom records, use the following formula in a saved search
MAX({field_id}) KEEP(DENSE_RANK LAST ORDER BY {date field_id} )
To find the latest data of a field for standard and custom records, use the following formula in a saved search
MAX({field_id}) KEEP(DENSE_RANK LAST ORDER BY {date field_id} )