Hello,
My situation is as follows:
I have two lists: TaskList and RequirementList.
I have a choice column in my TaskList titled "Status", with 5 choices (New (default value), In Progress, Complete, Closed, Suspended).
I have a choice column in my RequirementList titled "Complete", which is a toggle with 2 choices (Not Complete (default value) and Complete).
What I am trying to accomplish is:
1. When ONE requirement from the RequirementList is toggled "Complete", change the TaskList "Status" Value from New to In Progress.
2. When ALL requirements from the RequirementList are toggled "Complete", change the TaskList "Status" Value to Complete.
Below is a screenshot of the List Galleries beside each other for a visual.

However, the data fields are actionable in associated forms:
Status:

Requirements:

I have tried many different avenues to make this work (to include asking chatGPT 😕 ) but nothing has been close. I have 0 IT background besides the effort I've put into this project so far, so any help would be GREATLY appreciated!
BR,
RyanJ1