L
Legacy 169354
Guest
Hi,
I have a simple task that needs to count the rows that fit the criteria below:
1) count the dates that equal month AND year of the date column and then places that count in the column of the first date change.
<table border="0" cellpadding="0" cellspacing="0" width="128"><col style="width: 48pt;" span="2" width="64"> <tbody><tr style="height: 15.75pt;" height="21"> <td class="xl65" style="height: 15.75pt; width: 48pt;" height="21" width="64">date
</td> <td class="xl65" style="width: 48pt;" width="64"> total</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Jan-07</td> <td class="xl65"> 3</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Jan-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Jan-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Feb-07</td> <td class="xl65"> 4</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Feb-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15.75pt;" height="21"> <td class="xl66" style="height: 15.75pt;" height="21">Feb-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Feb-07</td> <td class="xl65">
</td> </tr> </tbody></table>
for some reason count if aint working for me.
There are about 1000 rows of dates I need a count for.
Thanks!
PS - Excel 2003
I have a simple task that needs to count the rows that fit the criteria below:
1) count the dates that equal month AND year of the date column and then places that count in the column of the first date change.
<table border="0" cellpadding="0" cellspacing="0" width="128"><col style="width: 48pt;" span="2" width="64"> <tbody><tr style="height: 15.75pt;" height="21"> <td class="xl65" style="height: 15.75pt; width: 48pt;" height="21" width="64">date
</td> <td class="xl65" style="width: 48pt;" width="64"> total</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Jan-07</td> <td class="xl65"> 3</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Jan-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Jan-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Feb-07</td> <td class="xl65"> 4</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Feb-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15.75pt;" height="21"> <td class="xl66" style="height: 15.75pt;" height="21">Feb-07</td> <td class="xl65">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt;" height="20">Feb-07</td> <td class="xl65">
</td> </tr> </tbody></table>
for some reason count if aint working for me.
There are about 1000 rows of dates I need a count for.
Thanks!
PS - Excel 2003