Help with formula to calculate target

seriousdamage

Board Regular
Joined
Aug 14, 2005
Messages
58
Hello All,

I am working on my budget tracker, I would like to incorporate a goals functionality,
let's say I want to buy an item that costs 1200 euros and I have 12 months to save for it,
Assuming that I start on September 1st, 2018 with my first deposit, the formula would tell me
that I need to deposit 1200/12=100, however, if I miss a month, or a month I cannot save 100
and I only save 50, I would like that the formula would be able to recalculate the amount needed
every month to meet the target.

It does not matter how many cells I need to use, for example in one I can have the 1200 target,
in another the 12 months period in another the actual, and another what I saved so far. I am flexible about that.

Thanks for your help

Regards
Nic
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I'd set up a few columns:

1) Item cost
2) Months left
3) Cumulative Amount Paid
4) Calculation for remaining monthly payment, defined as =(Cost - cumulative amount paid)/months left

If "Months left" isn't simple, maybe use three additional columns? One for starting month, one for ending month (or duration, either way), and one for current month. "Months left" can then be =Ending Month - Current Month or similar.
 
Upvote 0
Thanks a lot, for the months left I have used the DATEDIF formula, with all your indications I now have what I need.
Thanks again
Regards
Nic
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,733
Members
448,987
Latest member
marion_davis

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