Hi,
I've got an excel sheet in which the amount of hours someone worked on a day are administrated (column c) by date (column b in 'dd mmm' format). When someone didn't work, the cell has to be empty.
I want to count the days that someone worked, including today.
<table border="0" cellpadding="0" cellspacing="0" width="128"><col style="width: 48pt;" width="64"> <col style="width: 48pt;" width="64"> <tbody><tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt; width: 48pt;" align="right" width="64" height="16">B
11 Nov</td> <td class="xl76" style="width: 48pt;" align="right" width="64">C
9.0</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">12 Nov</td> <td class="xl76" align="right">10.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">13 Nov</td> <td class="xl76">
</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">14 Nov</td> <td class="xl76">
</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">15 Nov</td> <td class="xl76" align="right">9.0</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">16 Nov</td> <td class="xl76" align="right">8.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">17 Nov</td> <td class="xl76" align="right">8.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">18 Nov</td> <td class="xl76" align="right">
</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">19 Nov</td> <td class="xl76" align="right">3.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">20 Nov</td> <td class="xl76">
</td> </tr> </tbody></table>
For the example above the formula should give 4 (have worked on 11, 12, 15 and today).
Hope someone can help me! Has been taking me way too long again...
Carolien
I've got an excel sheet in which the amount of hours someone worked on a day are administrated (column c) by date (column b in 'dd mmm' format). When someone didn't work, the cell has to be empty.
I want to count the days that someone worked, including today.
<table border="0" cellpadding="0" cellspacing="0" width="128"><col style="width: 48pt;" width="64"> <col style="width: 48pt;" width="64"> <tbody><tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt; width: 48pt;" align="right" width="64" height="16">B
11 Nov</td> <td class="xl76" style="width: 48pt;" align="right" width="64">C
9.0</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">12 Nov</td> <td class="xl76" align="right">10.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">13 Nov</td> <td class="xl76">
</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">14 Nov</td> <td class="xl76">
</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">15 Nov</td> <td class="xl76" align="right">9.0</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">16 Nov</td> <td class="xl76" align="right">8.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">17 Nov</td> <td class="xl76" align="right">8.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">18 Nov</td> <td class="xl76" align="right">
</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">19 Nov</td> <td class="xl76" align="right">3.5</td> </tr> <tr style="height: 12pt;" height="16"> <td class="xl75" style="height: 12pt;" align="right" height="16">20 Nov</td> <td class="xl76">
</td> </tr> </tbody></table>
For the example above the formula should give 4 (have worked on 11, 12, 15 and today).
Hope someone can help me! Has been taking me way too long again...
Carolien