I have a sheet that looks like the below. We close a sale and 30 days later we start work. I want to spread the sale amount over four months (average time across varying size projects) for cash flow analysis. And show the total expected to invoice for each month based on that. I show in the example only a few months. Hope you get the picture. I’m looking for a formula for the second row to do the calculation. I’m getting nowhere with this!
I see the table isn’t showing so adding an attachment.
[TABLE=”class: grid, width: 500″]
[TR]
[TD][/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[TD]June[/TD]
[TD]July[/TD]
[/TR]
[TR]
[TD]Projected Sales[/TD]
[TD]45000[/TD]
[TD]90000[/TD]
[TD]135000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Projected Invoice Amt[/TD]
[TD][/TD]
[TD]45000/4[/TD]
[TD](45000/4)+(90000/4)[/TD]
[TD](45000/4)+(90000/4) + (135000/4)[/TD]
[TD](45000/4)+(90000/4)+ (135000/4)[/TD]
[TD](90000/4)+ (135000/4)[/TD]
[TD](135000/4)[/TD]
[/TR]
[/TABLE]