Good afternoon all,
I have a column (P) containing every date from 2010-2017, beside another column (Q) containing an item of data for that date. I want to sum together the data only for January 2011, but my SUMIF always gives '0' (all data is >0 so). Any ideas? This is what I'm working with:
=SUMIF($P$2:$P$52609,AND(MONTH($P$2:$P$52609)=1,YEAR($P$2:$P$52609)=2011),Q$2:Q$52609)
Thanks so much for your help!
I have a column (P) containing every date from 2010-2017, beside another column (Q) containing an item of data for that date. I want to sum together the data only for January 2011, but my SUMIF always gives '0' (all data is >0 so). Any ideas? This is what I'm working with:
=SUMIF($P$2:$P$52609,AND(MONTH($P$2:$P$52609)=1,YEAR($P$2:$P$52609)=2011),Q$2:Q$52609)
Thanks so much for your help!