count based on mounth
like =COUNTIFS(C:C;A4;G:G;"=10/2010")
in need right formula
count based on mounth
like =COUNTIFS(C:C;A4;G:G;"=10/2010")
in need right formula
You can two dates to create a range, e.g.
=COUNTIFS(C:C;A4;G:G;">="&DATE(2010;10;1);"<"&DATE(2010;11;1))
Audere est facere
didn't work
">="&DATE(2010;10;1);"<"&DATE(2010;11;1
i think because of this mark ;
Hi and welcome to the forum
did you try to change the ; in the dates to / or to whatever you have as a separator in your dates?
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
yes but didn't work
Sorry, I missed a part out - should be
=COUNTIFS(C:C;A4;G:G;">="&DATE(2010;10;1);G:G;"<"&DATE(2010;11;1))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks