Hello,
I have this formula that calculates a score based on a Yes or No response that is working fine - =COUNTIF(D2:AE2,"Yes")/(COUNTIF(D2:AE2,"Yes")+COUNTIF(D2:AE2,"No"))
However, I need to edit it to exclude Column "X" (which is in between my range of D2 to AE2), from the calculation. What is the best way to do so?
I tried editing it this way - =COUNTIF(D2:W2 : Y2:AE2,"Yes")/(COUNTIF(D2:AE2 : Y2:AE2,"Yes")+COUNTIF(D2:AE2 : Y2:AE2, "No")), but it still seems to be calculating "X" column's value.
I have this formula that calculates a score based on a Yes or No response that is working fine - =COUNTIF(D2:AE2,"Yes")/(COUNTIF(D2:AE2,"Yes")+COUNTIF(D2:AE2,"No"))
However, I need to edit it to exclude Column "X" (which is in between my range of D2 to AE2), from the calculation. What is the best way to do so?
I tried editing it this way - =COUNTIF(D2:W2 : Y2:AE2,"Yes")/(COUNTIF(D2:AE2 : Y2:AE2,"Yes")+COUNTIF(D2:AE2 : Y2:AE2, "No")), but it still seems to be calculating "X" column's value.