Hi all,
First time here, not sure if this is a simple problem that I just can't figure out how to solve.
For those familiar with the messaging platform Slack, I am trying to forecast/estimate as my organisation uses the platform, how far back our 10,000 message searcg limit will serve us. For this, I have entered in our current weekly number of messages sent and forecast this increasing number going forward. What I am trying to find out is at each week going forward, how many weeks can we go back before we reach our 10,000 cap.
So each period is 1 week and has a value of the number of messages sent. Going down the list at each period, I need to know how far back I need to go before I reach the cap.
Example Data Set
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Period[/TD]
[TD]Week Starting[/TD]
[TD]Messages Sent[/TD]
[TD]Forecast[/TD]
[TD]Search (# of Wks)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]30/9[/TD]
[TD]500[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]7/10[/TD]
[TD]1000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]14/10[/TD]
[TD]1500[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]21/10[/TD]
[TD][/TD]
[TD]2000[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]28/10[/TD]
[TD][/TD]
[TD]2500[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]4/11[/TD]
[TD][/TD]
[TD]3000[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]11/11[/TD]
[TD][/TD]
[TD]3500[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]18/11[/TD]
[TD][/TD]
[TD]4000[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]25/11[/TD]
[TD][/TD]
[TD]4500[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that makes sense. Appreciate any help.
Thanks
First time here, not sure if this is a simple problem that I just can't figure out how to solve.
For those familiar with the messaging platform Slack, I am trying to forecast/estimate as my organisation uses the platform, how far back our 10,000 message searcg limit will serve us. For this, I have entered in our current weekly number of messages sent and forecast this increasing number going forward. What I am trying to find out is at each week going forward, how many weeks can we go back before we reach our 10,000 cap.
So each period is 1 week and has a value of the number of messages sent. Going down the list at each period, I need to know how far back I need to go before I reach the cap.
Example Data Set
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Period[/TD]
[TD]Week Starting[/TD]
[TD]Messages Sent[/TD]
[TD]Forecast[/TD]
[TD]Search (# of Wks)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]30/9[/TD]
[TD]500[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]7/10[/TD]
[TD]1000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]14/10[/TD]
[TD]1500[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]21/10[/TD]
[TD][/TD]
[TD]2000[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]28/10[/TD]
[TD][/TD]
[TD]2500[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]4/11[/TD]
[TD][/TD]
[TD]3000[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]11/11[/TD]
[TD][/TD]
[TD]3500[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]18/11[/TD]
[TD][/TD]
[TD]4000[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]25/11[/TD]
[TD][/TD]
[TD]4500[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that makes sense. Appreciate any help.
Thanks