I am trying to use a simple index match with the min function to find a text value based on the date closest to today.
After many tries I am still getting the #N/AA result. If anyone can help me it would be a huge help.
The formula that I am using in C:8
Formula:
=INDEX(B2:B8,MATCH(MIN(IF(A2:A8>=TODAY(),A2:A8)), 1))
I was able to get it to work with Vlookup, but I need to add additional criteria for the match.
This is the Vlookup Formula that is working in C:7
Formula:
=VLOOKUP(MIN(IF(A2:A8>=TODAY(),A2:A8)),$A$2:$B$8,2,0)
Index-match-min_01.jpg
Bookmarks