Anyone know the correct formula for Exponents? I'm trying to create a profit calculator where you enter profit made in one box, then enter days traded in another and it will calculate how much you are making annually. I have a few simple ones for even weeks and months to calculate annual profit, but going in the middle for an oddball period requires the use of Exponents.
The symbol ^ (shift 6) is the exponentiation operator. So 5^2 equals 25. The EXP function, EXP(x), gives e raised to the power of x, where e is 2.718282...