SQRT Function

The Excel SQRT function returns the square root of a positive number. SQRT returns an error if number is negative.

The SQRT function takes one argument, number, which must be a numeric value. If number is not numeric, SQRT returns a #VALUE! error. If number...Read more

EXP Function

The EXP function finds the value of the constant e raised to a given number, so you can think of the EXP function as e^(number), where e ≈ 2.718.  The exponential function can be used to get the value of e by passing the number 1 as the argument....Read more

FACT Function

The Excel FACT function returns the factorial of a given number. In mathematics, the factorial of a non-negative integer n is the product of all positive integers less than or equal to n, represented with the syntax n!

FACT takes just...Read more

ABS Function

The ABS function returns the absolute value of a number. You can think about absolute value as a number's distance from zero on a number line. ABS converts negative numbers to positive numbers. Positive numbers and zero (0) are unaffected.

The ABS function takes just one...Read more

NPER Function

You can use the NPER function to get the number of payment periods for a loan (or an investment), given the amount, the interest rate, and a periodic payment amount.

Notes

  • pmt normally includes principal and interest but not taxes, reserve payments, or fees.
  • ...Read more

RATE Function

The RATE function returns the interest rate per period of an annuity. You can use RATE to calculate the periodic interest rate, then multiply as required to derive an annual interest rate. The RATE function is commonly multiplied by 12 to arrive at an annual rate.

The RATE function takes...Read more

Pages