Hello,
I am trying to keep track of different screens that are active during a set amount of time. There is a “Start Date” column and an “End Date” column. I need a column that will automatically put a yes or a check when today’s date falls between the Start and End. I’ve tried this but it’s not working:
IF(AND({Start Date} <= TODAY() , {End Date} >= TODAY()) , “ ” )
It’s saying that “Your result type is not a number or a date. Formatting options are currently only available if your result type is a number or a date.”
Any ideas on how to get around that?
Thanks!!