Hi All,
I have a formula running in a column to validate an action based on whether it was done prior to 01/01/2011 or not.
=IF([Install Date]@row >= 1 / 1 / 11, "Yes", "No")
The formula works as required on rows where there is a year only, but throws #INVALID OPERATION where a date has been entered through smartsheets date selector.
Any thoughts?
Thank you!
Kirsten😊