XLOOKUP latest by date
Explanation XLOOKUP offers several features that make it exceptionally good for more complicated lookups. In this example, we want the latest price for an itemby date. If data were sorted by date in ascending order, this would bevery straightforward. However, in this case,data is unsorted. By default, XLOOKUP will return thefirst matchin a data set. This array acts like a filter. XLOOKUP looks through the lookup array for the maximum date value....