Hi
I am new to Control Center and I'm trying to do a global update to a formula. Here is the formula I want to change
Current Formula:
=IF(AND(YEAR(Created@row) = YEAR(TODAY()), MONTH(Created@row) = MONTH(TODAY())), 1)
New Formula:
=IF(AND(YEAR(Date@row) = YEAR(TODAY()), MONTH(Date@row) = MONTH(TODAY())), 1)
Changing Created@row to Date@row. When I test my update I am receiving the following error message:
I'm not sure what I am doing wrong. The Date column is checked as 'Restrict to Date Only'.
Thank you in advance for any assistance
Carol-Anne