I am creating a chart which consists of five small tables in the row, and I want to copy those five to create another group of five, and so on until I have 60 rows. When I copy the tables and the corresponding graphs my formulas are thrown off. Is there a way to get the numbers in the formula to adjust to the correct cell number? Or, is there a way to change the numbers other than moving to each number and retyping it and deleting the old individually?
=COUNTIF('2012'!Y17:Y23,"A")+COUNTIF('2012'!Y17:Y23,"B")+COUNTIF('2012'!Y17:Y23,"C")+COUNTIF('2012'!Y17:Y23,"D")+COUNTIF('2012'!Y17:Y23,"F")+COUNTIF('2012'!AD17:AD23,"A")+COUNTIF('2012'!AD17:AD23,"B")+COUNTIF('2012'!AD17:AD23,"C")+COUNTIF('2012'!AD17:AD23,"D")+COUNTIF('2012'!AD17:AD23,"F")
This is just one of three formulas in each chart, so there are 8 more in each row. You can understand why I am looking an easier way than type delete repeat 300 times
In the formual above I need to change the 17 to 19 and the 23to 25, any thoughts?
Thanks for all of the input and help!
Brown
=COUNTIF('2012'!Y17:Y23,"A")+COUNTIF('2012'!Y17:Y23,"B")+COUNTIF('2012'!Y17:Y23,"C")+COUNTIF('2012'!Y17:Y23,"D")+COUNTIF('2012'!Y17:Y23,"F")+COUNTIF('2012'!AD17:AD23,"A")+COUNTIF('2012'!AD17:AD23,"B")+COUNTIF('2012'!AD17:AD23,"C")+COUNTIF('2012'!AD17:AD23,"D")+COUNTIF('2012'!AD17:AD23,"F")
This is just one of three formulas in each chart, so there are 8 more in each row. You can understand why I am looking an easier way than type delete repeat 300 times
In the formual above I need to change the 17 to 19 and the 23to 25, any thoughts?
Thanks for all of the input and help!
Brown