Date Based on Percentage

rayray72

New Member
Joined
Sep 30, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am having a hard time trying to create what I think should be a simple formula. Given the scenario below, I am trying to get a date for when a disk will reach 90%. I am using the shown formula in B5 for a date when it will reach 100%(full), but I keep failing trying to get a date for 90%.

Basically, I have a 1000 size disk that has 200 left as of 1/1/2022, with a monthly increase of 20, at what date will 90% of disk size (900) be reached?

There is no start date, and the monthly Increase can fluctuate over time, so I am trying to achieve a 90% date from the "Free Space as of:" date.

Thank you in advance!


1664546616456.png
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Perhaps
Excel Formula:
= B4+(0.9*A2-B2)/20
and format as required
 
Upvote 0
This will only give full months though. Months arent really suitable for this type of calc. You should work out average amount per day then make the calc from that. Days are fixed length. Months are not.
 
Upvote 0
Try this:

=EDATE(B4,(90%*A2-A2+B2)/C2)

This will only give full months though. Months arent really suitable for this type of calc. You should work out average amount per day then make the calc from that. Days are fixed length. Months are not.

That did the trick. Calculated a daily increase and modified your formula, works perfectly!! Thank you so much!!!!!!

1664552086437.png
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,418
Members
449,449
Latest member
Quiet_Nectarine_

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top