Hello, I have a spreadsheet that looks something like this.
Id like to be able to add together the date occurrences by month in VBA (so add all the dates from January to show how many January entries there have been). But also add them together based by their category. So the output from above would be something like this but from a much larger list.
Id like to be able to add together the date occurrences by month in VBA (so add all the dates from January to show how many January entries there have been). But also add them together based by their category. So the output from above would be something like this but from a much larger list.