Elevar Un Numero En Excel - Como
=EXP(exponent)
=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 . como elevar un numero en excel
=POWER(number, power)
Excel provides three primary ways to perform this operation. 3.1 Using the Caret Symbol ( ^ ) The simplest and most common method is the caret operator. =EXP(exponent) =POWER(A1, B1) 3
( e^2 ) → =EXP(2) → Result: 7.389056 use EXP . =POWER(number
=POWER(4, 3) → Result: 64