I am using Excel to create some formuals to calculate a total dollar ammount (profit).
At the moment there will be multiple rows that will calculate profit based on the amount of profit from the number above it.
So say that Day 1 there is $1000 and that make 5% profit. Day 2 there is $1005 and that make 3% profit, Day 3 etc. Compounding the money together. This will go on forever (or into the foreseeable future).
At the bottom I want to have a TOTAL PROFIT calculation. This will be all the profits from each line added together, (and minus the inital $1000)
On each line, the profit is calculated by taking the inital value (say $1005), times that by the % increase or decrease, then minus the $1005 from the previous value of $1000. Hence the profit for that day will come out. If I make the formula and have no values in the 2 fields that make up the calculation, it defaults to PROFIT = -$1000 (because each field is empty, and it is still taking away the previous days total).
That looks really complicated! Hope this makes some sense and thanks for any help.