Would like to get the next date from a range with a list of dates
Having trouble finding why it's not picking up the next date after today.
The return is always "None"
Thanks
Code:
=IFERROR(MAX(INDIRECT("'"&D8&"-TVDB'!$C$1:$C$50000"),"<"&TODAY()*"'"&D8&"-TVDB'!$C$1:$C$50000"),"None"
Having trouble finding why it's not picking up the next date after today.
The return is always "None"
Thanks