Hi! I have the formula below. I want the formula to count the data from E17 to Q17, even if I add a new column. I am trying to calculate the last 13 weeks of data at all times and do not want the cell references to change when a new column is added. In other words, I add a column and the formula shifts to F17 to R17... but I want it to always be E17 to Q17, even if another column is added. I have tried various versions of adding INDIRECT to the statement and it always returns an error. I am not sure what I'm missing. Any help would be greatly appreciated!
=COUNTIF(E17:Q17,"Yes")/COUNTA(E17:Q17)
=COUNTIF(E17:Q17,"Yes")/COUNTA(E17:Q17)