Complicated Formula Question

mdaniels3423

New Member
Joined
Nov 19, 2009
Messages
1
I have a complicatedd problem that I am working on.

1 want to have a cell where I have a number and be able to take that number and Add to it itself + a percentage, however the problem is taht I need to be able to do this multiple times

Example.

Take 2048 as main number with 10% as additive number and do this 5 times.

i.e. 2048
+
2048*10% (204.8) = 2252.8
+
2252.8 *10% = 2457.6
+
2457.6 * 10%= 2662.4
+
2662.4*10%=2867.2
=
12288

The data in the cells would be
A1 = 2048
A2 = 10%
A3 = 5

I need this formula to be able to change as I change the numbers (i.e. if I use 6 in A3, it should add an additional time)

I have tried and I cannot figure out this formula.

Any help is appreciated.
 
Last edited:

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi and welcome to the Board
I can't think of a formula right off hand, but this can be done with code. Is that an option?

lenze
 
Upvote 0
is it
Excel Workbook
EFGH
1204810%53298.324
Sheet3
Excel 2007
Cell Formulas
RangeFormula
H1=E1*POWER(F1+1, G1)
 
Upvote 0

Forum statistics

Threads
1,216,322
Messages
6,130,040
Members
449,554
Latest member
andyspa

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