Hello everyone Very new in smarsheet and I have this problem I have basically a due date column and would want another column (flag field or RYG) to turn red once the due date is > today's date.
I have been getting #UNPARSEABLE errors everytime
=IF(AND([End Date]2 <= TODAY(), [End Date]2 >= TODAY(), RED)
Please help.