Hello. I have a scenario where I have 12 cells with dates in them:
Cell A1 Has =Today() and then the remaining 11 months are created like this -
=EDATE(A1,-1),=EDATE(A2,-1),=EDATE(A3,-1)...and so on. (Each cell should have the current month, and then the previous 11 months).
Then I want to use a COUNTIFS statement to count the number of times the month and year combo (only) shows up in a range where dates are entered like this: 11/09/2012, 11/10/2012, 11/01/2009... (I have other criteria that I look up, hence the Countifs).
My goal is to in cells B1,B2, B3 (and so on) evaluate the month AND year in in cells A1, A2, A3... and look at the range of dates and count how many numbers appear in that month/year.
Can you help me formulate the expression for B1, B2, B3, B4...etc. please!? In the example above - Cell A1 (11/20/2012) would have a count (answer) of 2 (11/09/12 and 11/10/2012) in cell B1. Thanks again!
Cell A1 Has =Today() and then the remaining 11 months are created like this -
=EDATE(A1,-1),=EDATE(A2,-1),=EDATE(A3,-1)...and so on. (Each cell should have the current month, and then the previous 11 months).
Then I want to use a COUNTIFS statement to count the number of times the month and year combo (only) shows up in a range where dates are entered like this: 11/09/2012, 11/10/2012, 11/01/2009... (I have other criteria that I look up, hence the Countifs).
My goal is to in cells B1,B2, B3 (and so on) evaluate the month AND year in in cells A1, A2, A3... and look at the range of dates and count how many numbers appear in that month/year.
Can you help me formulate the expression for B1, B2, B3, B4...etc. please!? In the example above - Cell A1 (11/20/2012) would have a count (answer) of 2 (11/09/12 and 11/10/2012) in cell B1. Thanks again!