I have an Issue Log sheet (source) that if a row status is equal to either "Assigned" or "In Progress" then I want the Testing sheet (target) to update it's matching (match is by ScenarioStepID) row status to "Failed-Issue Reported." I also need the same basic updating, but if the source row is "Retest" then the target needs to update to "Ready for Retest." Otherwise, I want the target row status to remain blank for manual update.
I would also really like for when there is a row on the source sheet that was set to "Retest," that it automatically updates to "Closed/Resolved" if the matching row on the target sheet changes from "Ready for Retest" to "Completed" OR if the target row changes back to "Failed-Issue Reported" then the source row status should update from "Ready for Retest" to "Assigned."
Note: Statuses are drop-downs in both sheets
I tried putting together an initial attempt at a formula, but it is erroring on me (and I'm still pretty new to this COUNTIFS formula): =IF(COUNTIFS({WIP-Butterfly UAT Issue Log ID}, {WIP-Butterfly UAT Issue Log NAMEDID} = ScenarioStepID@row) AND(OR({WIP-Butterfly UAT Issue Log Status} = "Assigned", {WIP-Butterfly UAT Issue Log Status} = "In Progress"), "Failed-Issue Reported"))
Screenshot of Target Sheet:
Screenshot of Source Sheet: