I need assistance with a formula.
Trying to create if/and statement for a checkbox.
=IF(AND([Trigger for Parent]@row = TODAY(), [Submission Status]@row = ISBLANK, 1, 0))
If the Trigger for Parent column = today
AND
the Submission Status column ISBLANK
Check the box