I need an Increase formula (if possible) :)

emvella

Board Regular
Joined
Apr 7, 2017
Messages
68
Office Version
  1. 2013
Platform
  1. Windows
Hi,

Example I have €100 and I want to add 0.67% each time, that sums €100.67. Then if I add 0.67% again it sums €101.34, etc....

Example I want to reach €1000.

Is it possible to have a spreadsheet to tell me how many times I have to add 0.67% to reach €000? Let's say it tells me 345 times

Then let's say that I have to add 345 times to reach €1000. Is it possible to write down one by one and each time that I write down the number the €100 increases? Example I write 1 and €100 sums up to €100.67, then I write 2, the total €100.67 sums to €101.34, etc....

Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Are you asking for Future Value Calculation and Goal Seek?


Book1
AB
1PV-100
2R0.67%
3P345
4FV1,001.21
Sheet1
Cell Formulas
RangeFormula
B4B4=FV(B2,B3,0,B1)


1703938434938.png


1703938193154.png
 
Upvote 0
N.B. Number of periods rounded up +1 since I started the sequence from 0

However, Excel 2013 does not have sequence. You can fill or use formulas for 1 to 344 and achieve the same result.

T202312a.xlsm
FG
10100.00
21100.67
32101.34
43102.02
54102.71
65103.40
76104.09
9b
Cell Formulas
RangeFormula
G1:G7G1=100*(1+0.0067)^F1


T202312a.xlsm
ABDEF
1Principal100100.00
2Rate0.0067100.67
3FV1000101.34
4Nper344.82102.02
5102.71
6103.40
9b
Cell Formulas
RangeFormula
F1:F346F1=100*(1+0.0067)^SEQUENCE(346,,0)
D4D4=NPER(D2,0,-D1,D3,0)
Dynamic array formulas.
 
Last edited:
Upvote 0
Thanks for your replies, please in which cells do I paste the cell formulas?
 
Upvote 0
The post shows where the formulas were entered.
You can use the cells that you prefer.

N.B. You can paste my example to a clean sheet. Click on the icon below the f(x) in the heading, move to your sheet's cell a1 and paste.
 
Upvote 0
1703940067843.png


Yes that's what I did but it is not showing as yours!

I mean where do I have to paste the ones as below?
1703940179605.png
 
Upvote 0
Both of the solutions offered can be copied to a clean sheet using the "copy" icon at the top left of grid intersection (above the 1, and to the left of A).
 
Upvote 0
View attachment 104120

Yes that's what I did but it is not showing as yours!

I mean where do I have to paste the ones as below?
View attachment 104121
Your version of Excel does not have the SEQUENCE Function, which is why you get the NAME? error.
Your version does have Goal Seek.

But, if you're just looking for the number of periods needed to get to 1000, the NPER function or the GOAL SEEK will answer your question.
 
Last edited:
Upvote 0
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: I need an Increase formula (if possible) :)
There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,611
Members
449,109
Latest member
Sebas8956

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