We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
MS Excel Functions [2] Statistical functions:
1) Mathematical functions: No Function Description Syntax
1. MAX This Function is used to find =MAX(num1,num2,num3,………) 2) Statistical functions: highest numbers in a range of 3) Financial functions: cells. 2. MIN This Function is used to find =MIN(num1,num2,num3,………) [1] Mathematical functions: smallest numbers in a range of No. Function Description Syntax cells. 1. SUM This Function is used to add =SUM(num1,num2,num3,………) 3. AVERAGE This Function is used to find =AVERAGE(num1,num2,num3,………) all the numbers in a range average(Arithmetic Mean) of of cells. given numbers in a range of cells. 2. ABS This Function is used to =ABS(number) 4. COUNT Counts the number of cells that = COUNT (value1, value2, ………..) find absolute value of a contain numbers and numbers number. The absolute value within the list of arguments. of number means a number without its sign. [3] Financial functions: 3. SQRT This Function is used to =SQRT(number) find Square root of a given No Function Description Syntax positive number. 1. PV returns the present value of an = PV (rate, nper, pmt,fv,type) 4. MOD This Function is used to =MOD(number , divisor) investment. The present value is the find remainder after number total amount that a series of future is divided by divisor. The payments is worth now. sign of remainder and divisor should be equal. 2. FV Returns the future value of an =FV(rate, nper,pmt,pv,type) 5. INT This Function is used to =INT(number) Investment based on Periodic, round off a given number to Constant Payment and constant a lower integer. interest Rate. 6. ROUND This Function is used to =ROUND(number , num_digits) 3. PMT Calculation the Payment for a loan =PMT(rate,nper,pv,fv,type) round a number to a based on constant payment, and a Specified number of digits. constant Interest Rate. 4. PPMT Return the payment on the Principal =PPMT(rate, per, nper, pv, fv, type) 7. ROUNDDOWN This Function is used to =ROUNDDOWN(number , num_digits) for a given period for an investment round a number down, base on Periodic, constant payment towards zero. and constant Interest Rate. 5. IPMT Return the Interest payment for a =IPMT(rate,per,nper,pv,fv,type) 8. ROUNDUP This Function is used to =ROUNDUP(number , num_digits) given period for an investment based round a number up, away on periodic constant payment and a from zero. constant interest rate. 9. FLOOR Returns number rounded =FLOOR (number, 2nd number) 6. NPER Return the number of periods for an =NPER(rate,pmt,pv,fv,type) down, toward zero, to the investment based on periodic, nearest multiple of 2nd constant payment and constant number. interest rate. 7. RATE Return the Interest rate per period of =RATE(nper,pmt,pv,fv,type,guess) 10. CEILING Returns number rounded =CEILING(number,2nd number) an Annuity. up, away from zero, to the nearest multiple of 2nd number.