Hi,
I am new to formulas. What can I use for the following:
I currently have this formula to flag an over due task:
=IF(AND([% Complete]@row < 1, [End Date]@row < TODAY()), 1)
The formula on top works fine, but when the user clicks on the completed checkbox the red flag still appears. I want the red flag to disappear when the user clicks on the completed check box.
Any assistance would be appreciated! ☺️