Not sure if this is the right place(If not, where?) to ask this, but I am trying to come up with a formula based on a scenario.
There is a website where users can pay to get a certain amount of "Downloads" per month. The max amount of downloads is 200 for the basic plan. The user can upgrade their plan to get more downloads.
A message is sent to the user when they reach 75% of their max downloads informing them they might want to upgrade their plan. For example, 150 downloads are reached(in a specific month) a message is sent.
The formula part:
So I want to figure out the potential missed days amount if the user does not upgrade. So I need to figure out how many days they have remaining based on how long it took to get to 75% of their max downloads.
Sample numbers: Month of August. On August 16th, the user reached 75% of their max downloads. There are 15 days left in August and 31 days total.
Not sure if this makes sense. Thank you.