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.
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: