Count birthdays by year
To count the number of birthdays by year, you can use a formula based on the SUMPRODUCT and YEAR functions. In the example shown, E5 contains this formula: =SUMPRODUCT(--(YEAR(data[Birthday])=E5)) where data is an Excel Table in the range (C5:B16). …Read more