Hello,
I am trying to get the below formula to work however am not having much luck.
=IF(ISBLANK([Customer Owner]9, 0, IF(AND([Start Date]9 < TODAY(), [End Date]9 > TODAY()), 1)))
I would like a check box ticked if the [Customer Owner] is NOT blank and today is between the [Start Date] and [End Date].
TIA