Dear Excel Experts,
I have a below formula whereby it returns the name with the closest date from today's date.
=LET(f,FILTER(I2:I18,E2:E18=R2),XLOOKUP(TODAY(),P2:P18,f,XLOOKUP(TODAY(),P2:P18,f,,-1),1))
While the formula works fine when the range is set with specific rows, when I set the...