I need to create a formula to calculate the % of times specific questions were answered with a "Yes"
The above are examples of the questions and I need to add a formula to calculate the % of times it was answered as a yes. This is my current formula which is wrong: =COUNTIFS({Quality Assurance Template Range 6}, "No", {Quality Assurance Template Range 1}, "Q1") / COUNTIFS({Quality Assurance Template Range 6}, "Yes", {Quality Assurance Template Range 1}, "Q1")