Category: Math and trigonometry
Adds its arguments
SUM(number1,[number2],...)
Category: Date and time
Returns the serial number of the last day of the month before or after a specified number of months
EOMONTH(start_date, months)
Category: Date and time
Converts a serial number to a day of the month
DAY(serial_number)
0
The formula starts by getting the start date with EOMONTH that find the last corresponding month and DATE is used to get to the same date. The corresponding array of values is then summed up to give the count.