Como Elevar Un Numero En Excel [best] Direct
=EXP(exponent)
=base ^ exponent
If cell A1 contains 4 and cell B1 contains 3 : =A1^B1 → Result: 64 3.2 Using the POWER Function Excel includes a dedicated function for exponentiation. como elevar un numero en excel
( e^2 ) → =EXP(2) → Result: 7.389056 =EXP(exponent) =base ^ exponent If cell A1 contains
=POWER(4, 3) → Result: 64
=POWER(A1, B1) 3.3 Using the EXP Function (for Natural Exponents) To raise the mathematical constant ( e ) (≈ 2.71828) to a power, use EXP . 3) → Result: 64 =POWER(A1
=POWER(number, power)