In reply to duchessofmalfi:
> where E12=20, G12=5 and F12=10
Random excel tip for the OP - if you put "special values" in an exact box, you can use the '$' so as to allow you to "move" your formula and have it still work. (normally when you move a formula, say a column to the right,
everything moves a column to the right, but we don't want the formula using the magic numbers to move, because they're locked in place). Using a single dollar sign on either the horizontal or vertical co-ord locks only that co-ord.
This would let us put values either in the columns above/below or rows above/below E12, and move the formula cell, and have it still work.
"=E12*(1+$G$12/100)^$F$12"