G
George
e.g.
Column A Header = 100%> 4-week
Column A = =COUNTIF($D$2:G$2,">=1.0")
Column B Header = >80% 4-week
Column B = =COUNTIF($D$2:G$2,">=0.8")
Column C Header = >80% 8-week
Column C = =COUNTIF($D$2:J$2,">=0.8")
Each time I insert a New Column D to add a new week of data, the Formulas adjust to include another week.
Column A Header = 100%> 4-week
Column A = =COUNTIF($D$2:H$2,">=1.0")
Column B Header = >80% 4-week
Column B = =COUNTIF($D$2:H$2,">=0.8")
Column C Header = >80% 8-week
Column C = =COUNTIF($D$2:K$2,">=0.8")
How do I prevent this from happening?
EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
Column A Header = 100%> 4-week
Column A = =COUNTIF($D$2:G$2,">=1.0")
Column B Header = >80% 4-week
Column B = =COUNTIF($D$2:G$2,">=0.8")
Column C Header = >80% 8-week
Column C = =COUNTIF($D$2:J$2,">=0.8")
Each time I insert a New Column D to add a new week of data, the Formulas adjust to include another week.
Column A Header = 100%> 4-week
Column A = =COUNTIF($D$2:H$2,">=1.0")
Column B Header = >80% 4-week
Column B = =COUNTIF($D$2:H$2,">=0.8")
Column C Header = >80% 8-week
Column C = =COUNTIF($D$2:K$2,">=0.8")
How do I prevent this from happening?
EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com