I need to count a number of occurrences for each day in a month, but the formula must not include month and year because I need to reuse it every month.
I have a table with rows and columns like this:
1 2 3 4 5 6 7 8 ... 31
Under each of these dates I need to inserted the counted number of occurrences for that day of the month.