I am trying to change the status of a task when a row is added to a different sheet. I need 2 pieces of information to match, the course name and the module number. If those match, then I'd like the status to change to complete.
Here's the formula that doesn't work:
=IF(({Gen Ed CME/SDC/CME Support Team Mod... Range 1}, HAS(ANCESTORS([course number]@row), 2)), AND({Gen Ed CME/SDC/CME Support Team Mod... Range 2}, CONTAINS(PARENT([Task Name]@row))), "Complete")
The Gen Ed CME/SDC/CME Support Team sheet populates through a form. Once that form has been submitted for a particular course module, I'd like the status of the corresponding row in the Program Tracking Sheet to update. The Course Rubric should match the ancestors course number, and the Module Reviewed should contain the parent's Task Name.
Here are screenshots of both sheets.
I am new to formulas and would greatly appreciate any advice!
Thank you!