I need help with an IFS statement
I am trying to return results if a date is less than, greater than or neither. My formula looks like this and keeps returning the #NAME? error:
=IFS(F8<$A$5,"PAST",F8>$A$5,"FUTURE",TRUE,"CURRENT")
A5 is today's date (=TODAY())
Thanks for any help.