Hi all, wonder if anyone can help. I have two columns;
- E contains dates, in MM-YY format (i.e. 'Feb-19', 'Mar-18')
- F contains text ('Same' and 'Changed').
I want to create a formula that counts the number of instances 'Same' or 'Changed' appears in a month. So far I have this:
Looking at the number in March that are the same:
=COUNTIFS(E:E,"Mar-18",F:F,"Same")
and then to look at the number in March that have changed:
=COUNTIFS(E:E,"Mar-18",F:F,"Changed")
...it presents me a figure but it isn't right, so am I doing something incorrect?? Thanks!
- E contains dates, in MM-YY format (i.e. 'Feb-19', 'Mar-18')
- F contains text ('Same' and 'Changed').
I want to create a formula that counts the number of instances 'Same' or 'Changed' appears in a month. So far I have this:
Looking at the number in March that are the same:
=COUNTIFS(E:E,"Mar-18",F:F,"Same")
and then to look at the number in March that have changed:
=COUNTIFS(E:E,"Mar-18",F:F,"Changed")
...it presents me a figure but it isn't right, so am I doing something incorrect?? Thanks!