I have a range of dates (partial example below) and want to find out the number of people with a DOB older than 50 years old. What is the formula?
<table border="0" cellpadding="0" cellspacing="0" width="95"><col style="width: 71pt;" width="95"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 71pt; font-size: 10pt; color: white; font-weight: 700; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(79, 129, 189);" width="95" height="17">BIRTHDATE</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">6/1/1977</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">5/2/1986</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">3/9/1950</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">10/25/1983</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">5/30/1970</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">6/15/1981</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">6/15/1961</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">1/20/1984</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">8/27/1963</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">2/24/1950</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">10/24/1980</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">12/14/1980</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">3/1/1981</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">6/23/1987</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">11/16/1963</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">12/19/1944</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">5/18/1950</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">10/24/1948</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">7/2/1949</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">1/15/1965</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">1/15/1965</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">2/4/1963</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">9/21/1958</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">3/16/1964</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">3/2/1957</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">11/25/1969</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">5/16/1955</td> </tr> </tbody></table>
<table border="0" cellpadding="0" cellspacing="0" width="95"><col style="width: 71pt;" width="95"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 71pt; font-size: 10pt; color: white; font-weight: 700; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(79, 129, 189);" width="95" height="17">BIRTHDATE</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">6/1/1977</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">5/2/1986</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">3/9/1950</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">10/25/1983</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">5/30/1970</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">6/15/1981</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">6/15/1961</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">1/20/1984</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">8/27/1963</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">2/24/1950</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">10/24/1980</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">12/14/1980</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">3/1/1981</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">6/23/1987</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">11/16/1963</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">12/19/1944</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">5/18/1950</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">10/24/1948</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">7/2/1949</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">1/15/1965</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">1/15/1965</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">2/4/1963</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">9/21/1958</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">3/16/1964</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">3/2/1957</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color;" align="right" height="17">11/25/1969</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl65" style="height: 12.75pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: 0.5pt medium; border-style: solid none; border-color: rgb(149, 179, 215) -moz-use-text-color; background: none repeat scroll 0% 0% rgb(220, 230, 241);" align="right" height="17">5/16/1955</td> </tr> </tbody></table>