erikamargaret
New Member
- Joined
- Nov 27, 2012
- Messages
- 3
This is for invoicing for a business.
I have a list of dates for when project invoices get sent out to clients, and I would like to keep track of how long they are out before payment is received from the client. I want the number to be accurate to today's date, but when payment is received, that date is entered in a third column and the "rolling" number in the second column stops (and is possibly highlighted green?). If "rolling" number of days exceeds 30, I would like the cell to be highlighted yellow, if it exceeds 45 days I would like it highlighted red. Is this possible??
Example (using today's date):[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Invoice date[/TD]
[TD]Days out[/TD]
[TD]Payment received[/TD]
[/TR]
[TR]
[TD]13-Nov[/TD]
[TD]14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10-Nov[/TD]
[TD]15[/TD]
[TD]25-Nov[/TD]
[/TR]
[TR]
[TD]25-Oct[/TD]
[TD]33[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]03-Oct[/TD]
[TD]55[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a list of dates for when project invoices get sent out to clients, and I would like to keep track of how long they are out before payment is received from the client. I want the number to be accurate to today's date, but when payment is received, that date is entered in a third column and the "rolling" number in the second column stops (and is possibly highlighted green?). If "rolling" number of days exceeds 30, I would like the cell to be highlighted yellow, if it exceeds 45 days I would like it highlighted red. Is this possible??
Example (using today's date):[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Invoice date[/TD]
[TD]Days out[/TD]
[TD]Payment received[/TD]
[/TR]
[TR]
[TD]13-Nov[/TD]
[TD]14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10-Nov[/TD]
[TD]15[/TD]
[TD]25-Nov[/TD]
[/TR]
[TR]
[TD]25-Oct[/TD]
[TD]33[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]03-Oct[/TD]
[TD]55[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]