I have a database that has a list of dates (A) and Profit (B)
So I wanna count all the entries made in a given month.
What I'm trying now is:
=COUNTIF($A$2:$A$600,(($A$2:$A$600<>"")*(MONTH($A$2:$A$600)=1)*(YEAR($A$2:$A$600)=2007)))
where column A = date
However, this is just returning "0".
Am I one the right track, or am I not thinking about this correctly??
Bookmarks