Hi,
I have a list of dates in column A, A1:A365 starting at 1/jan/2012 and ending at the end of the year.
In column B I have an activity marker (text string, "Activity", although this can have other text as well) on various dates and empty cells against dates with no activity.
What I would like to do is have a counter for all the activity in the current month using a single cell formula. I've tried variations on the formula below but whenever I try to use a variation of the "today" call in a formula I get a zero count and have to end up using a reference cell which I have to update every month, which is less than ideal.
The formula I've been trying to get to work with various permutations is in the format
=COUNTIFS(B1:B365,"*",A1:A365,"=MONTH(TODAY())")
Which isn't working for me.
I'm using Excel 2010 on win7.
Any help gratefully received by this board newbie.
I have a list of dates in column A, A1:A365 starting at 1/jan/2012 and ending at the end of the year.
In column B I have an activity marker (text string, "Activity", although this can have other text as well) on various dates and empty cells against dates with no activity.
What I would like to do is have a counter for all the activity in the current month using a single cell formula. I've tried variations on the formula below but whenever I try to use a variation of the "today" call in a formula I get a zero count and have to end up using a reference cell which I have to update every month, which is less than ideal.
The formula I've been trying to get to work with various permutations is in the format
=COUNTIFS(B1:B365,"*",A1:A365,"=MONTH(TODAY())")
Which isn't working for me.
I'm using Excel 2010 on win7.
Any help gratefully received by this board newbie.