Count birthdays by month
To count the number of birthdays in a list, by month, you can use a formula based on the SUMPRODUCT and MONTH functions. In the example shown, E5 contains this formula: =SUMPRODUCT(--(MONTH(birthdays)=MONTH(D5&1))) where birthdays is the named range …Read more