counting months in a column
Posted by Shannon on January 02, 2002 8:25 AM
I have a column for which I track when invoices are sent, formatted as the date "month/day/year" each portion of which is two digits (e.g., 01/02/02).
I need to track at the end of the column which invoices are sent in each month (they column will not be in this order). I'm trying =COUNTIF (A2:A7,month=1) where the "1" would change through to 12 for Jan-Dec, but it's not working (obviously).
HELP!