I am trying to build a table with Labels of each month. I am trying to find out if there is a way to count the number of items from a different table that have a date between the beginning and ending of the month in the column.
A2 = Mar
B2 = countif(E:E, falls within March)
I can manually do a countifs and say if greater equal to Mar 1 or less than Apr 1 but I wanted to know if there is an easier more dynamic way.
Thanks.
Bookmarks