Hi, I'm working on a cashflow sheet and I need to have the value of an invoice put into the correct month column based upon the date of the invoice and the payment terms.
[pre]
[/pre]
Also as a final need if Terms ="P" then the value needs to go in the current month.
I need this to work per single line as my rows are not necessarily sequential
Hope you can help.
thanks
[pre]
Code:
A B C D E F G
1 Date Value Terms Jan Feb Mar
2 01-Jan-13 100 0 100
3 10-Jan-13 200 30 200
4 20-Jan-13 300 60 300
Also as a final need if Terms ="P" then the value needs to go in the current month.
I need this to work per single line as my rows are not necessarily sequential
Hope you can help.
thanks