I have three columns of dates. Each row corresponds to one item. I want to find the closest future date to today. So I used this
=MIN(IF(G23:I23>$E$1,G23:I23)). However, for two items, the dates are all less than TODAY(). For that I would like to find the furthest past date from TODAY() that is...