As soon as you say "compound", it implies more than once per year. Thi
covers any number of compounds for a year:
Total SUM = Deposit *( 1 + i/n)^n*N
where Total Sum is the resulting amount after investing the initia
Deposit at your nominal interest rate, i (expressed in decimal form
your 10% =0.10), and compounding it n times per year for N years. A
you see, as n gets larger,e.g. semi-annual, n=2, quarterly, n=4
monthly, n=12, etc., then Total SUM approaches an upper limit. If yo
want continuous compounding where n approaches infinity (wouldn't w
all love this on our bank accounts), then
Total SUM = Deposit * EXP^i*N
In reality, for small amounts of Deposit, daily compounding with n=36
is very close to the upper limit. so we're not so bad off after all.
The above is easily expressable in Excel.
I hope this helps. George