Help with this formula (generated through AI). I need it to look at this cell (if it is blank) and another cell (date) is greater than 3 months, turn the FLAG on in ____ (cell). I am missing this other cell name, I believe. Cell/Field is called Protocol FLAG.
=IF(ISBLANK([DRAFT Protocol Received (Date)]@row) AND ([Notification (A/D) in Portal]@row < TODAY(-90)), 1, 0)