A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
build a forecasting model.
As far as I understand the details, the important point for you is the forecast. Well, predictions are difficult, especially when they concern the future. :-)
Let's start with some random data:
Duration means days, so we can calculate the revenue per day by divide [Total Revenue] / [Duration]. We can calculate the [End Date] by [Start Date] + [Duration]. And so we can create a list of days, each has [Revenue / Day]. Now we can sum up [Revenue / Day] by Year and Month to get [Revenue / Month].
So far so simple, till this point there is not really a difference of the other solutions in this thread. In my sample file I use Power Query for all this and if we create a Line chart from the data we get this:
The point is, what is the forecast for the next months?
If you select that table, click Data \ Forecast Sheet you can see this:
Is that what you want to achieve?
Andreas.