I have created a spreadsheet for samples In and Out of our shop. I have the following fields:-
<table x:str="" style="border-collapse: collapse; width: 342pt;" width="455" border="0" cellpadding="0" cellspacing="0"><col style="width: 67pt;" width="89"> <col style="width: 81pt;" width="108"> <col style="width: 87pt;" width="116"> <col style="width: 107pt;" width="142"> <tbody><tr style="height: 24.75pt;" height="33"> <td class="xl24" style="height: 24.75pt; width: 67pt;" width="89" height="33">Loan Date</td> <td class="xl24" style="width: 81pt;" width="108">Return Due Date</td> <td class="xl24" style="width: 87pt;" width="116">Overdue by x days</td> <td class="xl24" style="width: 107pt;" width="142">Date Sample Returned</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt;" x:num="40391" align="right" height="17">01/08/2010</td> <td class="xl23" x:num="40428" align="right">07/09/2010</td> <td class="xl23">
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt;" x:num="40360" align="right" height="17">01/07/2010</td> <td class="xl23" x:num="40397" align="right">07/08/2010</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt;" x:num="40393" align="right" height="17">03/08/2010</td> <td class="xl23" x:num="40400" align="right">10/08/2010</td> <td>
</td> <td>
</td> </tr> </tbody></table>
I am hoping someone can suggest the best way to work this in excel.
I basically input manually the Loan Date and then eg. put in the Return Due Date eg. 7 days later (also manually). I would like the whole line to read red and in bold when the return date is passed (showing sample return is overdue).
I would also like the Overdue by X days field to actually put in the number of days the item is overdue. Of course, once the Date Sample Returned is filled in, it will no longer be highlighted in Red.
I know this seems long-winded.. so would be grateful for suggestions.
Many thanks, Al
<table x:str="" style="border-collapse: collapse; width: 342pt;" width="455" border="0" cellpadding="0" cellspacing="0"><col style="width: 67pt;" width="89"> <col style="width: 81pt;" width="108"> <col style="width: 87pt;" width="116"> <col style="width: 107pt;" width="142"> <tbody><tr style="height: 24.75pt;" height="33"> <td class="xl24" style="height: 24.75pt; width: 67pt;" width="89" height="33">Loan Date</td> <td class="xl24" style="width: 81pt;" width="108">Return Due Date</td> <td class="xl24" style="width: 87pt;" width="116">Overdue by x days</td> <td class="xl24" style="width: 107pt;" width="142">Date Sample Returned</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt;" x:num="40391" align="right" height="17">01/08/2010</td> <td class="xl23" x:num="40428" align="right">07/09/2010</td> <td class="xl23">
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt;" x:num="40360" align="right" height="17">01/07/2010</td> <td class="xl23" x:num="40397" align="right">07/08/2010</td> <td>
</td> <td>
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt;" x:num="40393" align="right" height="17">03/08/2010</td> <td class="xl23" x:num="40400" align="right">10/08/2010</td> <td>
</td> <td>
</td> </tr> </tbody></table>
I am hoping someone can suggest the best way to work this in excel.
I basically input manually the Loan Date and then eg. put in the Return Due Date eg. 7 days later (also manually). I would like the whole line to read red and in bold when the return date is passed (showing sample return is overdue).
I would also like the Overdue by X days field to actually put in the number of days the item is overdue. Of course, once the Date Sample Returned is filled in, it will no longer be highlighted in Red.
I know this seems long-winded.. so would be grateful for suggestions.
Many thanks, Al