I am using this formula
=SLOPE('2012:2017'!$A$2,'2012:2017'!B61)
to calculate the slope of a line. The sheets, 2012, 2013....2017 contains the data entry. The cell A2 in each sheet contains the x coordinates that are common and then B61 contains the first set of y coordinates that I want to calculate a slope for. There are additional y coordinates in other cells -- so I repeat the formula like this =SLOPE('2012:2017'!$A$2,'2012:2017'!B62 (through CV113) The problem I have is that the error #REF ! if returned for all formulas. I have tested that the '2012:2017'!$A$2 and '2012:2017'!B61 are correctly formatted by running sums and averages across these ranges.
Any ideas??
=SLOPE('2012:2017'!$A$2,'2012:2017'!B61)
to calculate the slope of a line. The sheets, 2012, 2013....2017 contains the data entry. The cell A2 in each sheet contains the x coordinates that are common and then B61 contains the first set of y coordinates that I want to calculate a slope for. There are additional y coordinates in other cells -- so I repeat the formula like this =SLOPE('2012:2017'!$A$2,'2012:2017'!B62 (through CV113) The problem I have is that the error #REF ! if returned for all formulas. I have tested that the '2012:2017'!$A$2 and '2012:2017'!B61 are correctly formatted by running sums and averages across these ranges.
Any ideas??