scubawildwillie
New Member
- Joined
- Nov 30, 2015
- Messages
- 7
Hello. Hoping you can help with this one. I'd like a more automated way to populate my revenue forecast based on the following fields:
Re' Fee Type: One Time Fees are billed on the start date and include the full amount, regardless of the day it starts. Monthly Fees start on the start date and continue monthly until the end date. If the start date lands in the middle of a month the amount is prorated based on the number of remaining days in the month.
Below is sample of what it looks like in Excel without any formulas.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]Service[/TD]
[TD]Amount[/TD]
[TD]Fee Type[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]March[/TD]
[TD]April[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]ServiceA[/TD]
[TD]$10,000[/TD]
[TD]One Time[/TD]
[TD]1/15/15[/TD]
[TD]1/31/15[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Service B[/TD]
[TD]$4,900[/TD]
[TD]Monthly[/TD]
[TD]3/15/15[/TD]
[TD]12/31/25[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for any suggestions you may have.
Will
- Amount
- Fee Type
- Start Date
- End Date
Re' Fee Type: One Time Fees are billed on the start date and include the full amount, regardless of the day it starts. Monthly Fees start on the start date and continue monthly until the end date. If the start date lands in the middle of a month the amount is prorated based on the number of remaining days in the month.
Below is sample of what it looks like in Excel without any formulas.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]Service[/TD]
[TD]Amount[/TD]
[TD]Fee Type[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]March[/TD]
[TD]April[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]ServiceA[/TD]
[TD]$10,000[/TD]
[TD]One Time[/TD]
[TD]1/15/15[/TD]
[TD]1/31/15[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Service B[/TD]
[TD]$4,900[/TD]
[TD]Monthly[/TD]
[TD]3/15/15[/TD]
[TD]12/31/25[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for any suggestions you may have.
Will