Forum Discussion
Ben898
Aug 14, 2023Copper Contributor
How do I look up earliest date value?
I have data that tracks the history of the value of a field. The columns are ParentId, FieldName, Date, Value. I want to find the first value, the value with the earliest date, with a given set of...
SergeiBaklan
Aug 14, 2023Diamond Contributor
If your records are sorted from Oldest to Newest by Date when INDEX (XMATCH(... could return the right value.