![]() |
Segment and count birthdays
Hello,
I have been given a list of members to our organisation and each has a full birthdate attached, we would like to send them all an electronic birthday card when the time comes around, however so I can get an idea of the workload I would like to know how many will be sent daily. Is there a way to count how many people have the same birthdate (day/month)? many thanks in advance Michael |
Segment and count birthdays
put the day you want to check for in cell l3 and use this in L4
=SUMPRODUCT((MONTH(K1:K21=MONTH(L3))*(DAY(K1:K21)= DAY(L3)))) -- Don Guillett Microsoft MVP Excel SalesAid Software "Michael" wrote in message ... Hello, I have been given a list of members to our organisation and each has a full birthdate attached, we would like to send them all an electronic birthday card when the time comes around, however so I can get an idea of the workload I would like to know how many will be sent daily. Is there a way to count how many people have the same birthdate (day/month)? many thanks in advance Michael |
All times are GMT +1. The time now is 11:18 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com