Sorry, this is as basic as it gets.
However, I have trouble with understanding the math behind this Excel formula:
=((X*(1+1%)^25)*12*25)
X is a cell reference. Can someone illuminate me what's the math? I can't understand how that percentage works and the associativity...
When X=97.5 the result is 37511.
If you don't understand a formula, break it down into parts and apply BODMAS, Brackets, Order, Division and Multiplication, Addition and Subtraction.
The power (order) of 25 is done before the multiplication as it's within the same set of brackets as the multiplication and Order takes precedence over Multiplication.