Hi All...
Im trying to get count and if to work.
Column F in sheet Data_2011_Day is a continuous column of data. For Jan and Feb in Cell C3 I get the correct count. But For March I get a count of 36. I need the Count for Mar to be 35. I only get this if I change the range for Count to be f62:f95. But that means I miss a row of data. f61?
=IF('MTD (2)'!$C$3="Jan",COUNT(Data_2011_Day!$F$5:$F$32),IF('MTD (2)'!$C$3="Feb",COUNT(Data_2011_Day!$F$33:$F$60),IF('MTD (2)'!$C$3="Mar",COUNT(Data_2011_Day!$F$62:$F$95,
Any reason why it would do this?
Im trying to get count and if to work.
Column F in sheet Data_2011_Day is a continuous column of data. For Jan and Feb in Cell C3 I get the correct count. But For March I get a count of 36. I need the Count for Mar to be 35. I only get this if I change the range for Count to be f62:f95. But that means I miss a row of data. f61?
=IF('MTD (2)'!$C$3="Jan",COUNT(Data_2011_Day!$F$5:$F$32),IF('MTD (2)'!$C$3="Feb",COUNT(Data_2011_Day!$F$33:$F$60),IF('MTD (2)'!$C$3="Mar",COUNT(Data_2011_Day!$F$62:$F$95,
Any reason why it would do this?